We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d14cd commit 27187e0Copy full SHA for 27187e0
package.json
@@ -128,7 +128,7 @@
128
"bundlesize": [
129
{
130
"path": "./dist/react-gpt.min.js",
131
- "maxSize": "10.5 kB"
+ "maxSize": "8.5 kB"
132
}
133
]
134
src/index.js
@@ -1,3 +1,2 @@
1
export {default as Bling} from "./Bling";
2
export {default as Events} from "./Events";
3
-export {createManagerTest} from "./utils/createManagerTest";
0 commit comments