Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2013-10-27 16:24:03 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-27 16:24:03 +0400
commit0584f3d75b56c2ee6e5720c802442b241595a410 (patch)
tree798f562e4dc143a5fa2cf4f34d02edb4c6f93c6d /package.json
parent20bec00bdae0852b90a2bef2639c4a13c5aceb0c (diff)
convert compact2string to use bops
see https://github.com/bencevans/node-compact2string/pull/1
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c4059ea..dc9fb10 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"bops": "~0.1.0",
"bncode": "feross/bencode.js#master",
"browserify": "~2.34.1",
- "compact2string": "~1.0.0",
+ "compact2string": "feross/node-compact2string#master",
"core-util-is": "~1.0.0",
"itty-bitty-torrent": "~0.1.2"
},