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>2020-11-03 22:40:28 +0300
committerFeross Aboukhadijeh <feross@feross.org>2020-11-03 22:40:28 +0300
commit57226baee21e616968d596a7efd2199a0e781021 (patch)
tree3698ead4bb20e2a22ad51cef41a516ce042b388b /lib/torrent.js
parentcb22ffe697a128030fa06b08b93d7d0106065637 (diff)
bitfield@4
Diffstat (limited to 'lib/torrent.js')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index 077edcb..1d3607b 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -1,7 +1,7 @@
/* global Blob */
const addrToIPPort = require('addr-to-ip-port')
-const BitField = require('bitfield')
+const BitField = require('bitfield').default
const ChunkStoreWriteStream = require('chunk-store-stream/write')
const debug = require('debug')('webtorrent:torrent')
const Discovery = require('torrent-discovery')