Skip to content

Commit

Permalink
fix: correctly export initialize function
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Jul 3, 2018
1 parent df9b1bf commit 1230fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export {
setCurrentTestVariation,
reset,
ui,
SplitTest
SplitTest,
initialize
};

export default {
Expand Down

0 comments on commit 1230fcf

Please sign in to comment.