From 09476487f0d8b579d97b52625ffd2af7138a0d59 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 7 Oct 2016 16:05:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixing=20package.json=20engines?= =?UTF-8?q?=20&=20repo=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - semver caret ranges don't apply pre-1.0.0, therefore we need to use a more explicit range - repo URL should be a valid url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab1f3ba..3b344c0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "demo": "https://demo.ghost.io", "version": "1.3.2", "engines": { - "ghost": "^0.9.0" + "ghost": ">=0.9.0 <1.0.0" }, "license": "MIT", "screenshots": { @@ -29,7 +29,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/TryGhost/Casper.git" + "url": "https://github.com/TryGhost/Casper.git" }, "bugs": "https://github.com/TryGhost/Casper/issues", "contributors": "https://github.com/TryGhost/Casper/graphs/contributors"