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:
authorgreenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>2018-02-20 08:52:21 +0300
committergreenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>2018-02-20 08:52:21 +0300
commit84b2169c6156944a7a5315baa30e73d4a41015df (patch)
tree47834de7a7410f7ecc07c4598a708cbe74168dcb /package.json
parentbc6f1cd6a65a55572e494d720da7be957a8120fd (diff)
fix(package): update bitfield to version 2.0.0
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 fb93d09..c225ff3 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
},
"dependencies": {
"addr-to-ip-port": "^1.4.2",
- "bitfield": "^1.1.2",
+ "bitfield": "^2.0.0",
"bittorrent-dht": "^8.0.0",
"bittorrent-protocol": "^2.1.5",
"chunk-store-stream": "^2.0.2",