Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit f9c8abf

Browse files
committed
Updated bower.json to also use https
1 parent bff1ee0 commit f9c8abf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"angular-simple-logger": ">=0.0.1",
99
"lodash": "3.X - 4.X",
1010
"markerclustererplus": "^2.1.4",
11-
"google-maps-utility-library-v3-markerwithlabel": "git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git",
11+
"google-maps-utility-library-v3-markerwithlabel": "https://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git",
1212
"google-maps-utility-library-v3-infobox": "^1.1.14",
1313
"google-maps-utility-library-v3-keydragzoom": "^2.0.9",
1414
"js-rich-marker": "*"
@@ -35,10 +35,10 @@
3535
"devDependencies": {
3636
"angular-mocks": "1.2 - 1.6",
3737
"angular-route": "1.2 - 1.6",
38-
"bootstrap-without-jquery": "git://github.com/tagawa/bootstrap-without-jquery.git",
38+
"bootstrap-without-jquery": "https://github.com/tagawa/bootstrap-without-jquery.git",
3939
"data-structures": "~1.4.2",
40-
"OverlappingMarkerSpiderfier": "git://github.com/nmccready/OverlappingMarkerSpiderfier.git",
40+
"OverlappingMarkerSpiderfier": "https://github.com/nmccready/OverlappingMarkerSpiderfier.git",
4141
"underscore": "~1.8.3",
42-
"uuid": "http://github.com/LiosK/UUID.js/archive/v3.2.tar.gz"
42+
"uuid": "https://github.com/LiosK/UUID.js/archive/v3.2.tar.gz"
4343
}
4444
}

0 commit comments

Comments
 (0)