Bumped default Ghost API version to v2
authorNaz Gargol <nazargargol@gmail.com>
Tue, 8 Jan 2019 14:42:18 +0000 (14:42 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 14:42:18 +0000 (14:42 +0000)
no issue

- This change is due to Content API becoming stable https://github.com/TryGhost/Ghost/releases/tag/2.10.0

package.json

index 7ff98f2da79a89a52945e777f9e92d82aa83c234..4f0c162152bfe70f855a101a763088cb7ddad2e5 100644 (file)
@@ -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": {