1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 15:01:14 +02:00

strictly mention node version in package.json

This commit is contained in:
RuntimeTerror10
2022-02-18 23:48:41 +05:30
parent d3a7acf95c
commit d7ce1c4b69
2 changed files with 2 additions and 3 deletions

2
.npmrc
View File

@@ -1 +1 @@
engine-strict=true
engine-strict=true

View File

@@ -81,8 +81,7 @@
"split.js": "1.3.4"
},
"engines": {
"node": "10.22.1",
"npm": "6.14.6"
"node": "10.22.1"
},
"jest": {
"verbose": true,