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

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
/coverage /coverage
dist dist
/.package.json /.package.json
package-lock.json
/packages/babel-runtime/core-js/**/*.js /packages/babel-runtime/core-js/**/*.js
!/packages/babel-runtime/core-js/map.js !/packages/babel-runtime/core-js/map.js
/packages/babel-runtime/helpers/*.js /packages/babel-runtime/helpers/*.js

View File

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