Add Node v8.x support to devEngines in package.json (#10129)

This commit is contained in:
Martin V
2017-07-09 21:24:33 +02:00
committed by Dan Abramov
parent ce7c01429c
commit 242929bac1

View File

@@ -101,7 +101,7 @@
"nodegit": "^0.18.0"
},
"devEngines": {
"node": "4.x || 5.x || 6.x || 7.x",
"node": "4.x || 5.x || 6.x || 7.x || 8.x",
"npm": "2.x || 3.x || 4.x || 5.x"
},
"commonerConfig": {