mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +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
@@ -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