Skip to content

Commit

Permalink
(fix) remove export of createManagerTest from index (#68)
Browse files Browse the repository at this point in the history
* (fix) remove export of createManagerTest from index
* (refactor) update bundlesize to reflect removal of mockGPT
  • Loading branch information
potench authored Jan 4, 2018
1 parent 41d14cd commit 27187e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"bundlesize": [
{
"path": "./dist/react-gpt.min.js",
"maxSize": "10.5 kB"
"maxSize": "8.5 kB"
}
]
}
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export {default as Bling} from "./Bling";
export {default as Events} from "./Events";
export {createManagerTest} from "./utils/createManagerTest";

0 comments on commit 27187e0

Please sign in to comment.