Node.js: Support v6.

This commit is contained in:
Jürg Lehni 2016-05-22 16:00:27 +02:00
parent cb0810d18a
commit 07e87964a5

View file

@ -27,7 +27,7 @@
"README.md"
],
"engines": {
"node": ">=4.0.0 <6.0.0"
"node": ">=4.0.0 <7.0.0"
},
"dependencies": {
"jsdom": "^8.3.0",