Skip to content

Commit

Permalink
fix: import peerjs correctly (for esinstall to work)
Browse files Browse the repository at this point in the history
  • Loading branch information
joust committed Aug 18, 2023
1 parent 665a1e7 commit 8ca8b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
@@ -1,4 +1,4 @@
import Peer from "peerjs";
import { Peer } from "peerjs";
import type { PeerJSOption } from "peerjs";
import { sign, hash } from "tweetnacl";
import { decodeUTF8, encodeBase64 } from "tweetnacl-util";
Expand Down

0 comments on commit 8ca8b88

Please sign in to comment.