Skip to content

Commit

Permalink
fix: add default export back
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 24, 2020
1 parent 7f7c94c commit d2b4dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import PostMessageIframeTransport from "./transports/PostMessageIframeTransport"
import { JSONRPCError } from "./Error";
import Client from "./Client";

export default Client;
export {
Client,
RequestManager,
Expand Down

0 comments on commit d2b4dc2

Please sign in to comment.