mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
package(node-engine-version): accept 6.x versions (#6645)
This commit is contained in:
committed by
Paul O’Shannessy
parent
772468183f
commit
9d201abb2b
+1
-1
@@ -60,7 +60,7 @@
|
||||
"uglifyify": "^3.0.1"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "4.x || 5.x",
|
||||
"node": "4.x || 5.x || 6.x",
|
||||
"npm": "2.x || 3.x"
|
||||
},
|
||||
"commonerConfig": {
|
||||
|
||||
Reference in New Issue
Block a user