From: XhmikosR Date: Mon, 9 Oct 2017 11:34:32 +0000 (+0300) Subject: package.json: Change repo URL to `git+https`. (#24305) X-Git-Tag: v4.0.0-beta.2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64567de6d00ce496008458b85d80b450828ee5ec;p=thirdparty%2Fbootstrap.git package.json: Change repo URL to `git+https`. (#24305) --- diff --git a/package.json b/package.json index 0efed55609..ba56a1d423 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "main": "dist/js/bootstrap", "repository": { "type": "git", - "url": "https://github.com/twbs/bootstrap.git" + "url": "git+https://github.com/twbs/bootstrap.git" }, "bugs": { "url": "https://github.com/twbs/bootstrap/issues"