From 3b8f3f1eac14e602908cd9bcf1bd0d49f6ff5d99 Mon Sep 17 00:00:00 2001 From: Naz Gargol Date: Tue, 8 Jan 2019 14:30:22 +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 0ad1bb0..6661d02 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "demo": "https://demo.ghost.io", "version": "2.8.1", "engines": { - "ghost": ">=2.0.0" + "ghost": ">=2.0.0", + "ghost-api": "v2" }, "license": "MIT", "screenshots": {