Skip to content

Commit

Permalink
v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Jul 22, 2018
1 parent 3ae073e commit dbbe779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-recomponent",
"version": "0.2.0",
"version": "1.0.0-rc.1",
"main": "dist/react-recomponent.js",
"umd:main": "dist/react-recomponent.umd.js",
"module": "dist/react-recomponent.m.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"format": "yarn prettier --write",
"test:types:flow": "flow check .",
"build": "yarn microbundle -o dist/ --name ReComponent --compress false --sourcemap false",
"prepublish": "yarn build"
"prepublishOnly": "yarn build"
},
"jest": {
"testRegex": "(/__tests__/.*\\-(test))\\.js$",
Expand Down

0 comments on commit dbbe779

Please sign in to comment.