We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bb37d commit a4b292bCopy full SHA for a4b292b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-connect",
3
- "version": "8.0.0",
+ "version": "9.0.0",
4
"description": "It allows you to request async data, store them in redux state and connect them to your react component.",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -10,7 +10,7 @@
10
"url": "https://github.com/makeomatic/redux-connect"
11
},
12
"scripts": {
13
- "build": "npm run build:lib && npm run build:es",
+ "build": "yarn build:lib && yarn build:es",
14
"prebuild:lib": "rm -rf lib/*",
15
"build:lib": "cross-env NODE_ENV=production babel --out-dir lib modules",
16
"prebuild:es": "rm -rf es/*",
0 commit comments