Skip to content

Commit dbbe779

Browse files
v1.0.0-rc.1
1 parent 3ae073e commit dbbe779

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.2.0",
3+
"version": "1.0.0-rc.1",
44
"main": "dist/react-recomponent.js",
55
"umd:main": "dist/react-recomponent.umd.js",
66
"module": "dist/react-recomponent.m.js",
@@ -34,7 +34,7 @@
3434
"format": "yarn prettier --write",
3535
"test:types:flow": "flow check .",
3636
"build": "yarn microbundle -o dist/ --name ReComponent --compress false --sourcemap false",
37-
"prepublish": "yarn build"
37+
"prepublishOnly": "yarn build"
3838
},
3939
"jest": {
4040
"testRegex": "(/__tests__/.*\\-(test))\\.js$",

0 commit comments

Comments
 (0)