From 1ea3ad649b222e81b7a2cd3ba55fcbbf0ce61589 Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 24 Feb 2021 16:42:45 +1300 Subject: [PATCH] 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6662f2d..8983e7c 100644 --- a/package.json +++ b/package.json @@ -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": {