mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
Merge pull request #258 from chentsulin/patch-1
Added support to react@15.0.0-rc.1
This commit is contained in:
commit
0fd4f24db0
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"redux": "^3.0.0",
|
"redux": "^3.0.0",
|
||||||
"react": "^0.14.0"
|
"react": "^0.14.0 || ^15.0.0-rc.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user