chore: remove not needed npm engine requirement

This commit is contained in:
Théo LUDWIG 2024-11-11 20:34:22 +01:00
parent 54e45d3e5d
commit b4a04d2e8e
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
2 changed files with 2 additions and 4 deletions

3
package-lock.json generated
View File

@ -29,8 +29,7 @@
"typescript-eslint": "8.13.0" "typescript-eslint": "8.13.0"
}, },
"engines": { "engines": {
"node": ">=16.0.0", "node": ">=16.0.0"
"npm": ">=9.0.0"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {

View File

@ -26,8 +26,7 @@
"provenance": true "provenance": true
}, },
"engines": { "engines": {
"node": ">=16.0.0", "node": ">=16.0.0"
"npm": ">=9.0.0"
}, },
"scripts": { "scripts": {
"lint:editorconfig": "editorconfig-checker", "lint:editorconfig": "editorconfig-checker",