mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
add Node 5 to devEngines
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
||||
"uglifyify": "^3.0.1"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "4.x",
|
||||
"node": "4.x || 5.x",
|
||||
"npm": "2.x || 3.x"
|
||||
},
|
||||
"commonerConfig": {
|
||||
|
||||
Reference in New Issue
Block a user