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:
Iuri Matias 2018-09-21 09:45:36 -04:00 committed by GitHub
commit 11aed3c894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}