Bump peerDependencies to include Redux 3.x

This commit is contained in:
Dan Abramov 2015-09-13 02:58:34 +03:00
parent 22011114f5
commit 751e22d687

View File

@ -44,12 +44,12 @@
"rimraf": "^2.3.4"
},
"peerDependencies": {
"redux": "^2.0.0"
"redux": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"react-json-tree": "^0.1.8",
"react-mixin": "^1.7.0",
"react-redux": "^2.0.0",
"redux": "^2.0.0"
"redux": "^2.0.0 || ^3.0.0"
}
}