0
Fork 0
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:
Austin Burdine 2017-12-05 03:17:06 -05:00 committed by Katharina Irrgang
parent 0bb81bb3c4
commit ac64bc1c81

View file

@ -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",