Skip to content

Commit

Permalink
feat(createManager): Export AdManager
Browse files Browse the repository at this point in the history
Export AdManager so users can create a test ad manager

Fixes #42
  • Loading branch information
James Hush committed Sep 18, 2017
1 parent 2af96f5 commit 8170732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export {default as Bling} from "./Bling";
export {default as Events} from "./Events";
export {AdManager} from "./createManager";

0 comments on commit 8170732

Please sign in to comment.