Skip to content

Commit

Permalink
Tweak peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 13, 2015
1 parent 35a0f86 commit 463cfce
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
Expand Up @@ -57,7 +57,7 @@
"invariant": "^2.0.0"
},
"peerDependencies": {
"redux": ">=1.0.0-alpha",
"react": "^0.13.0"
"redux": "^1.0.0 || 1.0.0-alpha || 1.0.0-rc",
"react": "^0.13.0 || 0.14.0-beta1"
}
}

0 comments on commit 463cfce

Please sign in to comment.