Add support for node v7 (#8135)

This commit is contained in:
Maksim Shastsel
2016-10-29 13:24:12 +03:00
committed by Dan Abramov
parent 1efb7a4e35
commit 9dc7a9594a

View File

@@ -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": {