Development Only: drop Node 4-5 and npm 2 (#6037) [skip ci]

Node versions 4 and 5 are obsolete. Version of npm bundled in Node 6 is 3 so npm 2 could be dropped as well.
This commit is contained in:
Sergey Rubanov
2017-08-02 21:30:13 +03:00
committed by Henry Zhu
parent 21eeed8a8c
commit 829c75a866
2 changed files with 3 additions and 3 deletions

View File

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