mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-11 09:06:23 +02:00
strictly mention node version in package.json
This commit is contained in:
1
.npmrc
Normal file
1
.npmrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
engine-strict=true
|
@ -80,6 +80,10 @@
|
|||||||
"react-inspector": "^2.3.0",
|
"react-inspector": "^2.3.0",
|
||||||
"split.js": "1.3.4"
|
"split.js": "1.3.4"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "10.22.1",
|
||||||
|
"npm": "6.14.6"
|
||||||
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"verbose": true,
|
"verbose": true,
|
||||||
"setupFiles": [
|
"setupFiles": [
|
||||||
|
Reference in New Issue
Block a user