Skip to content

Commit

Permalink
feat: Export ringside as default and named
Browse files Browse the repository at this point in the history
So that we don't have to e.g. var Ringside =
require('ringside').Ringside;
  • Loading branch information
rylnd committed Dec 4, 2017
1 parent de1cc1e commit f84ff66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as Ringside } from './ringside';
export { default, default as Ringside } from './ringside';

0 comments on commit f84ff66

Please sign in to comment.