1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 16:14:04 +02:00

package.json: Change repo URL to git+https. (#24305)

This commit is contained in:
XhmikosR
2017-10-09 14:34:32 +03:00
committed by GitHub
parent d687ba5684
commit 64567de6d0

View 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"