Updated ghost-engine to v4
refs https://github.com/TryGhost/Team/issues/221
26e20d223d
- The default engine for Casper shipping with Ghost v4 has to match up.
This way it uses all the correct APIs
This commit is contained in:
parent
676b73172f
commit
1ea3ad649b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
"demo": "https://demo.ghost.io",
|
"demo": "https://demo.ghost.io",
|
||||||
"version": "3.1.2",
|
"version": "3.1.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=3.0.0",
|
"ghost": ">=4.0.0",
|
||||||
"ghost-api": "v3"
|
"ghost-api": "v4"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"screenshots": {
|
"screenshots": {
|
||||||
|
|
Loading…
Reference in a new issue