feat: remove useless engines definition

pull/243/head
Josh Moore 11 months ago
parent fe1a1f5fdd
commit 570a945e27

4
package-lock.json generated

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

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

Loading…
Cancel
Save