From d6d36059a884c19c28b70b11aa15cf462c380fb8 Mon Sep 17 00:00:00 2001 From: Ehsan Khakifirooz Date: Thu, 25 Aug 2016 09:28:32 +0100 Subject: [PATCH] issue: repository url value in package.json file was incorrect --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 817cf65..7f36386 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git" + "url": "git://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git" } }