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-05 00:46:14 +0300
committerGitHub <noreply@github.com>2020-11-05 00:46:14 +0300
commit66d3f371565a7750381575f5a2963c5628520359 (patch)
tree95eae7709746f128f458f10183d2ed22ede9453e /lib/torrent.js
parentec8ab4602ebd4b4ad3e95bb138c1b67e1ea773ed (diff)
parent57226baee21e616968d596a7efd2199a0e781021 (diff)
Merge pull request #1952 from webtorrent/bitfield
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 12ec6ee..0db32e3 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')