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:
@ -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": [
|
||||
|
Reference in New Issue
Block a user