mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Drop Node.js 4 support
This commit is contained in:
parent
cd30fd6725
commit
220b6c6969
@ -23,7 +23,7 @@
|
|||||||
"coverage": "cat ./coverage/lcov.info | coveralls"
|
"coverage": "cat ./coverage/lcov.info | coveralls"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4"
|
"node": ">= 6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@html-next/vertical-collection": "1.0.0-beta.8",
|
"@html-next/vertical-collection": "1.0.0-beta.8",
|
||||||
|
Loading…
Reference in New Issue
Block a user