Gitignore package-lock (#5918)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user