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:
parent
aeb617594c
commit
a7faab3956
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue