Updated ghost-engine to v4

refs https://github.com/TryGhost/Team/issues/221
https://github.com/TryGhost/Ghost/commit/26e20d223decd9c6e7351e059f7a5ab49c6de2d5

- 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-25 03:17:07 +13:00
parent 676b73172f
commit 1ea3ad649b
+2 -2
View File
@@ -4,8 +4,8 @@
"demo": "https://demo.ghost.io",
"version": "3.1.2",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
"ghost": ">=4.0.0",
"ghost-api": "v4"
},
"license": "MIT",
"screenshots": {