mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #6643 from ErisDS/drop-iojs
Remove support for old io.js version
This commit is contained in:
commit
f0e364b42e
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue