feat: remove useless engines definition

pull/243/head
Josh Moore 2 years ago
parent fe1a1f5fdd
commit 570a945e27

4
package-lock.json generated

@ -65,10 +65,6 @@
"@types/uuid": "^8.3.1", "@types/uuid": "^8.3.1",
"@types/ws": "^7.4.7" "@types/ws": "^7.4.7"
}, },
"engines": {
"node": ">=16.14.x",
"npm": ">=8.3.x"
},
"funding": { "funding": {
"type": "patreon", "type": "patreon",
"url": "https://patreon.com/tycrek" "url": "https://patreon.com/tycrek"

@ -3,10 +3,6 @@
"version": "0.14.4", "version": "0.14.4",
"description": "The simple self-hosted ShareX server", "description": "The simple self-hosted ShareX server",
"main": "ass.js", "main": "ass.js",
"engines": {
"node": ">=16.14.x",
"npm": ">=8.3.x"
},
"scripts": { "scripts": {
"dev": "npm run build && npm start", "dev": "npm run build && npm start",
"dev-win": "npm run build-skip-options && npm run start", "dev-win": "npm run build-skip-options && npm run start",

Loading…
Cancel
Save