Skip to content

Commit

Permalink
chore: release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Mar 10, 2019
1 parent 31bb37d commit a4b292b
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": "redux-connect",
"version": "8.0.0",
"version": "9.0.0",
"description": "It allows you to request async data, store them in redux state and connect them to your react component.",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/makeomatic/redux-connect"
},
"scripts": {
"build": "npm run build:lib && npm run build:es",
"build": "yarn build:lib && yarn build:es",
"prebuild:lib": "rm -rf lib/*",
"build:lib": "cross-env NODE_ENV=production babel --out-dir lib modules",
"prebuild:es": "rm -rf es/*",
Expand Down

0 comments on commit a4b292b

Please sign in to comment.