From 7ff01fdac7381d07a67330dd031b28d3545fb9d5 Mon Sep 17 00:00:00 2001 From: Naz Gargol Date: Tue, 8 Jan 2019 14:42:18 +0000 Subject: [PATCH] Bumped default Ghost API version to v2 no issue - This change is due to Content API becoming stable https://github.com/TryGhost/Ghost/releases/tag/2.10.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ff98f2..4f0c162 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "demo": "https://editorial.ghost.io", "version": "1.0.0", "engines": { - "ghost": ">=2.0.0" + "ghost": ">=2.0.0", + "ghost-api": "v2" }, "license": "MIT", "screenshots": { -- 2.34.1