From c78778b3818c17e383b41646debb72c3093a6a7a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 Dec 2013 20:26:42 +0200 Subject: package.json: use the https repo URL. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa3ade0a..d0257961 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", "repository": { "type": "git", - "url": "git://github.com/thomaspark/bootswatch.git" + "url": "https://github.com/thomaspark/bootswatch.git" }, "engines": { "node": ">= 0.8.11" -- cgit v1.2.3