Skip to content

Commit

Permalink
fix(index): not export default hukk instance correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn committed Nov 19, 2018
1 parent eb6e2bc commit df4f866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
import hukk from './hukk'

export * from './hukk'
export * from './hukkup'
export default hukk

0 comments on commit df4f866

Please sign in to comment.