]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: Change repo URL to `git+https`. (#24305)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 9 Oct 2017 11:34:32 +0000 (14:34 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2017 11:34:32 +0000 (14:34 +0300)
package.json

index 0efed556092c370453da20d81838faad6ddb1036..ba56a1d423095ba881ad131abef27e8e865d916c 100644 (file)
@@ -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"