mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Add support for node v7 (#8135)
This commit is contained in:
committed by
Dan Abramov
parent
1efb7a4e35
commit
9dc7a9594a
@@ -71,7 +71,7 @@
|
||||
"uglifyify": "^3.0.1"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "4.x || 5.x || 6.x",
|
||||
"node": "4.x || 5.x || 6.x || 7.x",
|
||||
"npm": "2.x || 3.x || 4.x"
|
||||
},
|
||||
"commonerConfig": {
|
||||
|
||||
Reference in New Issue
Block a user