Skip to content

Commit

Permalink
fix: imports (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown authored Jan 25, 2023
1 parent 478d320 commit 9187ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*! torrent-discovery. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
import Debug from 'debug'
import DHT from 'bittorrent-dht/client.js' // empty object in browser
import { Client as DHT } from 'bittorrent-dht' // empty object in browser
import { EventEmitter } from 'events'
import parallel from 'run-parallel'
import Tracker from 'bittorrent-tracker/client.js'
import { Client as Tracker } from 'bittorrent-tracker'
import LSD from 'bittorrent-lsd'

const debug = Debug('torrent-discovery')
Expand Down

0 comments on commit 9187ba2

Please sign in to comment.