Gitignore package-lock (#5918)

This commit is contained in:
Sarup Banskota
2017-07-11 01:44:27 +07:00
committed by Brian Ng
parent 51ff4dd936
commit a7a9e7ae17
2 changed files with 4 additions and 3 deletions

View File

@@ -50,9 +50,9 @@
"through2": "^2.0.0",
"uglify-js": "^2.4.16"
},
"devEngines": {
"node": ">= 4.x <= 7.x",
"npm": "2.x || 3.x || 4.x"
"engines": {
"node": ">= 4.x <= 8.x",
"npm": ">= 2.x <= 5.x"
},
"nyc": {
"all": true,