0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

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

View file

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