Skip to content

Commit a4b292b

Browse files
committed
chore: release v9.0.0
1 parent 31bb37d commit a4b292b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-connect",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "It allows you to request async data, store them in redux state and connect them to your react component.",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/makeomatic/redux-connect"
1111
},
1212
"scripts": {
13-
"build": "npm run build:lib && npm run build:es",
13+
"build": "yarn build:lib && yarn build:es",
1414
"prebuild:lib": "rm -rf lib/*",
1515
"build:lib": "cross-env NODE_ENV=production babel --out-dir lib modules",
1616
"prebuild:es": "rm -rf es/*",

0 commit comments

Comments
 (0)