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:
parent
31e68acb85
commit
bd0f16aea7
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue