Skip to content

Commit

Permalink
fix: export the default plugins class (#122)
Browse files Browse the repository at this point in the history
Recent updates to tslib no longer allow exporting * for defaults.
  • Loading branch information
childish-sambino authored Jul 1, 2020
1 parent 14b30f4 commit 0a8b1d4
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 * from './plugins'
export {default} from './plugins'

0 comments on commit 0a8b1d4

Please sign in to comment.