spec npm version in pkg json "engines", >=6.4.1, same as embark

This commit is contained in:
Michael Bradley, Jr 2018-09-20 14:30:31 -05:00
parent a119f548dd
commit 8296173c62
1 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@
"webpack-cli": "3.0.8"
},
"engines": {
"node": ">=8.11.3"
"node": ">=8.11.3",
"npm": ">=6.4.1"
}
}