package(node-engine-version): accept 6.x versions (#6645)

This commit is contained in:
Ryan Lahfa
2016-04-28 20:33:26 +02:00
committed by Paul O’Shannessy
parent 772468183f
commit 9d201abb2b

View File

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