mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-01-09 12:05:51 +00:00
Merge pull request #22 from embark-framework/features/npm-engine-strict
spec npm version in pkg json "engines", >=6.4.1, same as embark
This commit is contained in:
commit
11aed3c894
@ -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…
x
Reference in New Issue
Block a user