Skip to content

Commit

Permalink
Set a default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Widdershin committed May 27, 2020
1 parent 78e4ee7 commit c271b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/raygun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,4 @@ class Raygun {
}

export const Client = Raygun;
export default {Client};

0 comments on commit c271b6d

Please sign in to comment.