Skip to content

Commit

Permalink
Add support for redux 4.x (#3986)
Browse files Browse the repository at this point in the history
  • Loading branch information
ApacheEx authored and erikras committed Apr 24, 2018
1 parent 1c7526d commit 8a90883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0",
"react-redux": "^4.3.0 || ^5.0.0",
"redux": "^3.0.0"
"redux": "^3.0.0 || ^4.0.0"
},
"files": ["README.md", "es", "lib", "dist", "immutable.js", "*.js.flow"],
"lint-staged": {
Expand Down

0 comments on commit 8a90883

Please sign in to comment.