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

Changed min cli engine version to 1.9

refs https://github.com/TryGhost/Ghost-CLI/issues/759

- to be able to install Ghost 2.0, you have to be on the version Ghost CLI 1.9.0
- 1.9.0 will add a proper support for migrating to a new major version
This commit is contained in:
kirrg001 2018-07-27 15:18:42 +02:00 committed by Katharina Irrgang
parent aeb617594c
commit a7faab3956

View file

@ -26,7 +26,7 @@
}, },
"engines": { "engines": {
"node": "^6.9.0 || ^8.9.0", "node": "^6.9.0 || ^8.9.0",
"cli": "^1.7.0" "cli": "^1.9.0"
}, },
"dependencies": { "dependencies": {
"@nexes/nql": "0.0.1", "@nexes/nql": "0.0.1",