Remove support for old io.js version

- io.js and node merged some time ago now
- we only ever had support for a single random and now very old version of io.js anyway
This commit is contained in:
Hannah Wolfe 2016-03-26 14:52:06 +00:00
parent 31e68acb85
commit bd0f16aea7
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@
"test": "grunt validate --verbose"
},
"engines": {
"node": "~0.10.0 || ~0.12.0 || ^4.2.0",
"iojs": "~1.2.0"
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
},
"dependencies": {
"bcryptjs": "2.3.0",