From 64567de6d00ce496008458b85d80b450828ee5ec Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Oct 2017 14:34:32 +0300 Subject: [PATCH] package.json: Change repo URL to `git+https`. (#24305) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"