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:
Naz 2021-02-24 16:42:45 +13:00
parent 676b73172f
commit 1ea3ad649b
1 changed files with 2 additions and 2 deletions

View File

@ -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": {