Skip to content

Commit

Permalink
upgraded to react-0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Oct 15, 2015
1 parent 89fd617 commit 04e1741
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": "multireducer",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to wrap many copies of a single Redux reducer into a single key-based reducer.",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"redux": "3.0.2"
},
"peerDependencies": {
"react": "0.14.0-rc1"
"react": "^0.14.0"
},
"npmName": "multireducer",
"npmFileMap": [
Expand Down

0 comments on commit 04e1741

Please sign in to comment.