Merge remote-tracking branch 'gaearon/master'

This commit is contained in:
dzannotti 2015-08-07 02:50:19 +01:00
commit 669b1be808
2 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,10 @@ For fun, you can also open `http://localhost:3000/?debug_session=123`, click aro
Oh, and you can do the same with the TodoMVC example as well.
If you only would like to monitor a part of the state, you can set a select-prop on the DevTools component.
ex. `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`
### It's Ugly!
The design or usability is not the point. (Although we'll have better design in the future :-)

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools",
"version": "0.1.2",
"version": "0.1.3",
"description": "Redux DevTools with hot reloading and time travel",
"main": "lib/index.js",
"scripts": {