diff options
| author | XhmikosR <[email protected]> | 2017-10-09 14:34:32 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-09 14:34:32 +0300 |
| commit | 64567de6d00ce496008458b85d80b450828ee5ec (patch) | |
| tree | a96648b0a34eba88ecd0ac6695d2e9e866576cec | |
| parent | d687ba56840c8ccd00b57271ef67da5a682abdd0 (diff) | |
| download | bootstrap-64567de6d00ce496008458b85d80b450828ee5ec.tar.xz bootstrap-64567de6d00ce496008458b85d80b450828ee5ec.zip | |
package.json: Change repo URL to `git+https`. (#24305)
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0efed5560..ba56a1d42 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" |
