drop support for Node.js v4 (#7755)
* drop support for Node.js v4; closes #7753 - remove version 4 from Travis build matrix - update environment support doc - update `CONTRIBUTING.md` - update `engines` field of root `package.json` Signed-off-by: Christopher Hiller <boneskull@boneskull.com> * update engines for babylon Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
This commit is contained in:
committed by
Justin Ridgewell
parent
e45b58dcb1
commit
b0e1e84471
@@ -68,7 +68,7 @@
|
||||
"webpack-stream": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.x <= 9.x",
|
||||
"node": ">= 6.x <= 9.x",
|
||||
"npm": ">= 2.x <= 5.x",
|
||||
"yarn": ">=0.27.5 || >=1.0.0-20170811"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user