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

Updated minimum ghost-cli version in engines

no-issue

ghost-cli@1.12.0 adds support for Ghost 3.0
This commit is contained in:
Fabien O'Carroll 2019-10-21 19:20:19 +07:00
parent ccc7028d0e
commit c800f646ef

View file

@ -36,7 +36,7 @@
},
"engines": {
"node": "^8.16.0 || ^10.13.0 || ^12.10.0",
"cli": "^1.9.0"
"cli": "^1.12.0"
},
"dependencies": {
"@nexes/nql": "0.3.0",