We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc8c67 commit 24ada2eCopy full SHA for 24ada2e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-recomponent",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"main": "dist/react-recomponent.js",
5
"umd:main": "dist/react-recomponent.umd.js",
6
"module": "dist/react-recomponent.m.js",
@@ -35,7 +35,7 @@
35
"format": "yarn prettier --write",
36
"test:types:flow": "flow check .",
37
"build": "yarn microbundle -o dist/ --name ReComponent --compress false --sourcemap false",
38
- "prepublish": "build"
+ "prepublish": "yarn build"
39
},
40
"jest": {
41
"testRegex": "(/__tests__/.*\\-(test))\\.js$",
0 commit comments