remove npm engine requirement
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
shibao 2025-02-15 02:30:28 +00:00
parent 5d17ee0a11
commit 449a92e4b7

View File

@ -3,8 +3,7 @@
"description": " ", "description": " ",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": "v23.7.0", "node": "v23.7.0"
"npm": "10.9.2"
}, },
"scripts": { "scripts": {
"deploy": "NODE_ENV=production webpack --mode production", "deploy": "NODE_ENV=production webpack --mode production",