diff options
| author | Chris Ball <chris@printf.net> | 2015-08-28 14:52:38 -0400 |
|---|---|---|
| committer | Chris Ball <chris@printf.net> | 2015-08-28 14:53:19 -0400 |
| commit | 3e9db3d4fec422dd9e4ab4c6c8e77adda894a13d (patch) | |
| tree | a4013b22a2bbd752a568c1020bd1bf7d87a49409 | |
| parent | 4b2c19c2ac5a04a025848ee468dc2c6fe46bc068 (diff) | |
Avoid breakage due to substack's branch API changing
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6a4e2cb..52b5698 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/cjb/gittorrent/issues" }, "dependencies": { - "bittorrent-dht": "git://github.com/substack/bittorrent-dht#dht-store", + "bittorrent-dht": "git://github.com/cjb/bittorrent-dht#dht-store", "bittorrent-protocol": "^1.5.7", "bittorrent-swarm": "^5.0.2", "chalk": "^1.0.0", |
