build: remove unnecessary `npm` engine

pull/248/head
Sylvie 6 months ago
parent 36870295c4
commit 1f98b2762c
No known key found for this signature in database
GPG Key ID: 75AB0FE5B983A3AF

@ -4,8 +4,7 @@
"description": "The simple self-hosted ShareX server",
"main": "dist/backend/app.js",
"engines": {
"node": "^20",
"npm": "^10"
"node": "^20"
},
"scripts": {
"dev": "npm run build && npm start",

Loading…
Cancel
Save