Skip to content

Commit

Permalink
Relax React peer dep back to 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Nov 6, 2018
1 parent 7496b91 commit 59aaba5
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": "react-redux",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"description": "Official React bindings for Redux",
"keywords": [
"react",
Expand Down Expand Up @@ -42,7 +42,7 @@
"coverage": "codecov"
},
"peerDependencies": {
"react": "^16.6.0-0",
"react": "^16.4.0-0",
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
},
"dependencies": {
Expand Down

0 comments on commit 59aaba5

Please sign in to comment.