Skip to content

Commit 24ada2e

Browse files
v0.1.1
1 parent 0dc8c67 commit 24ada2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-recomponent",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/react-recomponent.js",
55
"umd:main": "dist/react-recomponent.umd.js",
66
"module": "dist/react-recomponent.m.js",
@@ -35,7 +35,7 @@
3535
"format": "yarn prettier --write",
3636
"test:types:flow": "flow check .",
3737
"build": "yarn microbundle -o dist/ --name ReComponent --compress false --sourcemap false",
38-
"prepublish": "build"
38+
"prepublish": "yarn build"
3939
},
4040
"jest": {
4141
"testRegex": "(/__tests__/.*\\-(test))\\.js$",

0 commit comments

Comments
 (0)