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>2019-08-02 02:50:03 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-08-02 02:50:03 +0300
commit47aa5dc3ef46fccf9563761b44ad1afd2789ca02 (patch)
treef308355c6487384a29d83b54f9aa07f987a68a6f
parent17443b6cc69b04ec51c01947dd4a5622279b4527 (diff)
bitfield@3
For https://github.com/brave/brave-browser/issues/5490
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b9515e3..b3cc4d0 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
},
"dependencies": {
"addr-to-ip-port": "^1.4.2",
- "bitfield": "^2.0.0",
+ "bitfield": "^3.0.0",
"bittorrent-dht": "^9.0.0",
"bittorrent-protocol": "^3.0.0",
"chunk-store-stream": "^4.0.0",