Support io.js

Add iojs to engines
This commit is contained in:
Pavlo Blazhchuk 2015-05-09 22:16:24 +03:00
parent 9fd0f0ae54
commit 094d0c8905

View File

@ -40,7 +40,8 @@
"yo": ">=1.2.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=0.10.0",
"iojs": ">=1.1.0"
},
"licenses": [
{