mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Merge pull request #6643 from ErisDS/drop-iojs
Remove support for old io.js version
This commit is contained in:
commit
f0e364b42e
@ -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…
Reference in New Issue
Block a user