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 60eb884 commit 187532cCopy full SHA for 187532c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-redux",
3
- "version": "0.4.0",
4
- "description": "Redux bindings for React",
+ "version": "0.5.0",
+ "description": "React bindings for Redux",
5
"main": "./lib/index.js",
6
"scripts": {
7
"build:lib": "babel src --out-dir lib",
@@ -60,6 +60,6 @@
60
"invariant": "^2.0.0"
61
},
62
"peerDependencies": {
63
- "redux": "^1.0.0 || 1.0.0-alpha || 1.0.0-rc"
+ "redux": "^1.0.0 || 1.0.0-rc"
64
}
65
0 commit comments