From 7a09d5ad9fd4328be349cf480aaa12016faec9e9 Mon Sep 17 00:00:00 2001 From: Nazar Gargol Date: Wed, 9 Jan 2019 12:11:54 +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 afa2a940..b4e0faad 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "demo": "https://starter.ghost.io", "version": "1.0.0", "engines": { - "ghost": ">=2.0.0" + "ghost": ">=2.0.0", + "ghost-api": "v2" }, "license": "MIT", "screenshots": {