Skip to content

Commit 540cc72

Browse files
committed
Use https zip instead of git for dependencies
1 parent 53fa7e8 commit 540cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/mocha": "2.2.41",
3838
"@types/node": "6.0.46",
3939
"@types/source-map": "~0.1.0",
40-
"chrome-remote-debug-protocol": "git://github.com/roblourens/chrome-remote-debug-protocol.git",
40+
"chrome-remote-debug-protocol": "https://github.com/roblourens/chrome-remote-debug-protocol/tarball/master",
4141
"mocha": "2.5.3",
4242
"typescript": "2.6.2",
4343
"vsce": "~1.36.0",

0 commit comments

Comments
 (0)