1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-21 23:12:19 +02:00

strictly mention node version in package.json

This commit is contained in:
RuntimeTerror10
2022-02-18 20:23:50 +05:30
parent 3332629211
commit d3a7acf95c
2 changed files with 5 additions and 0 deletions

1
.npmrc Normal file
View File

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

View File

@ -80,6 +80,10 @@
"react-inspector": "^2.3.0",
"split.js": "1.3.4"
},
"engines": {
"node": "10.22.1",
"npm": "6.14.6"
},
"jest": {
"verbose": true,
"setupFiles": [