mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Add Node v8.x support to devEngines in package.json (#10129)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user