Skip to content

Commit

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

Fixes #42
  • Loading branch information
jamsea committed Sep 19, 2017
1 parent 2d7a3ec commit 9ed1807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1"
},
"peerDepencencies": {
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "^15.0.1",
"react-dom": "^15.0.1"
Expand Down
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 {createManagerTest} from "./utils/createManagerTest";

0 comments on commit 9ed1807

Please sign in to comment.