From: XhmikosR Date: Tue, 24 Dec 2013 18:26:42 +0000 (+0200) Subject: package.json: use the https repo URL. X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c78778b3818c17e383b41646debb72c3093a6a7a;p=bootswatch package.json: use the https repo URL. --- diff --git a/package.json b/package.json index fa3ade0..d025796 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"