spec npm version in pkg json "engines", >=6.4.1, same as embark
This commit is contained in:
parent
a119f548dd
commit
8296173c62
|
@ -65,6 +65,7 @@
|
||||||
"webpack-cli": "3.0.8"
|
"webpack-cli": "3.0.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.11.3"
|
"node": ">=8.11.3",
|
||||||
|
"npm": ">=6.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue