Skip to content

Commit 5b8db06

Browse files
authored
perf: use simple-peer/lite (webtorrent#475)
1 parent e3dd9b9 commit 5b8db06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Debug from 'debug'
22
import EventEmitter from 'events'
33
import once from 'once'
44
import parallel from 'run-parallel'
5-
import Peer from '@thaunknown/simple-peer'
5+
import Peer from '@thaunknown/simple-peer/lite.js'
66
import queueMicrotask from 'queue-microtask'
77
import { hex2arr, hex2bin, text2arr, arr2hex, arr2text } from 'uint8-util'
88

0 commit comments

Comments
 (0)