build: remove unnecessary `npm` engine

pull/248/head
Sylvie 1 year 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", "description": "The simple self-hosted ShareX server",
"main": "dist/backend/app.js", "main": "dist/backend/app.js",
"engines": { "engines": {
"node": "^20", "node": "^20"
"npm": "^10"
}, },
"scripts": { "scripts": {
"dev": "npm run build && npm start", "dev": "npm run build && npm start",

Loading…
Cancel
Save