Skip to content

Commit 27187e0

Browse files
authored
(fix) remove export of createManagerTest from index (#68)
* (fix) remove export of createManagerTest from index * (refactor) update bundlesize to reflect removal of mockGPT
1 parent 41d14cd commit 27187e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"bundlesize": [
129129
{
130130
"path": "./dist/react-gpt.min.js",
131-
"maxSize": "10.5 kB"
131+
"maxSize": "8.5 kB"
132132
}
133133
]
134134
}

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export {default as Bling} from "./Bling";
22
export {default as Events} from "./Events";
3-
export {createManagerTest} from "./utils/createManagerTest";

0 commit comments

Comments
 (0)