mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Added Ghost-CLI version range to package.json (#9253)
no issue - compatibility check for Ghost and the Ghost-CLI
This commit is contained in:
parent
0bb81bb3c4
commit
ac64bc1c81
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
"init": "yarn global add knex-migrator ember-cli grunt-cli && yarn install && grunt symlink && grunt init || true"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^4.5.0 || ^6.9.0 || ^8.9.0"
|
||||
"node": "^4.5.0 || ^6.9.0 || ^8.9.0",
|
||||
"cli": "^1.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"amperize": "0.3.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue