Skip to content

Commit b263c59

Browse files
committed
Fix bundle
1 parent 18cde32 commit b263c59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "fragmented-store",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Small library to manage the (P)React state",
55
"source": "index.js",
66
"main": "dist/index.js",
77
"module": "dist/index.module.js",
88
"unpkg": "dist/index.umd.js",
99
"scripts": {
10-
"build": "microbundle --jsx",
10+
"build": "microbundle --jsx React.createElement --no-compress --sourcemap",
1111
"dev": "microbundle watch",
1212
"prepublish": "yarn build"
1313
},

0 commit comments

Comments
 (0)