We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cde32 commit b263c59Copy full SHA for b263c59
1 file changed
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "fragmented-store",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Small library to manage the (P)React state",
5
"source": "index.js",
6
"main": "dist/index.js",
7
"module": "dist/index.module.js",
8
"unpkg": "dist/index.umd.js",
9
"scripts": {
10
- "build": "microbundle --jsx",
+ "build": "microbundle --jsx React.createElement --no-compress --sourcemap",
11
"dev": "microbundle watch",
12
"prepublish": "yarn build"
13
},
0 commit comments