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:
committed by
Henry Zhu
parent
21eeed8a8c
commit
829c75a866
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user