Skip to content

Commit 3245e78

Browse files
authored
package.json: substituted git:// with https:// (#2752)
1 parent 75d324e commit 3245e78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/tilemill-project/tilemill",
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/tilemill-project/tilemill.git"
14+
"url": "https://github.com/tilemill-project/tilemill.git"
1515
},
1616
"contributors": [
1717
"Cory Sytsma <csytsma>",
@@ -35,7 +35,7 @@
3535
"JSV": "4.0.2",
3636
"backbone": "1.4.0",
3737
"backbone-dirty": "1.1.3",
38-
"bones": "git://github.com/tilemill-project/bones.git#1.3.31",
38+
"bones": "https://github.com/tilemill-project/bones.git#1.3.31",
3939
"carto": "1.0.1",
4040
"chrono": "1.0.5",
4141
"connect": "3.6.6",
@@ -46,7 +46,7 @@
4646
"jsdom": "13.2.0",
4747
"mapnik": "~3.7.2",
4848
"@mapbox/mbtiles": "0.10.0",
49-
"millstone": "git://github.com/tilemill-project/millstone.git#v0.6.18",
49+
"millstone": "https://github.com/tilemill-project/millstone.git#v0.6.18",
5050
"mkdirp": "0.5.1",
5151
"modestmaps": "3.3.5",
5252
"optimist": "0.6.1",
@@ -57,10 +57,10 @@
5757
"@mapbox/sphericalmercator": "1.1.0",
5858
"sqlite3": "4.0.6",
5959
"step": "1.0.0",
60-
"tilelive": "git://github.com/tilemill-project/tilelive.git#v5.14.0",
60+
"tilelive": "https://github.com/tilemill-project/tilelive.git#v5.14.0",
6161
"@mapbox/tilelive-mapnik": "1.0.0",
6262
"underscore": "1.9.1",
63-
"wax": "git://github.com/tilemill-project/wax.git#v6.4.4",
63+
"wax": "https://github.com/tilemill-project/wax.git#v6.4.4",
6464
"xmlhttprequest": "1.8.0"
6565
},
6666
"devDependencies": {

0 commit comments

Comments
 (0)