Bump react-json-tree dependency to 0.2.0

Version 0.2.0 support React 0.13.1 and 0.13.2 instead of requiring at least 0.13.3.
This commit is contained in:
Matt Parrish 2015-10-12 09:03:55 -06:00
parent 0a1458cdbd
commit fd4c37d2f9

View File

@ -53,7 +53,7 @@
"redux": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"react-json-tree": "^0.1.9",
"react-json-tree": "^0.2.0",
"react-mixin": "^1.7.0",
"react-redux": "^3.0.0",
"redux": "^2.0.0 || ^3.0.0"