File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ const devToolsConfig = {
13
13
const enhancer = compose (
14
14
scuttlebutt ( ) ,
15
15
window . __REDUX_DEVTOOLS_EXTENSION__
16
- ? window . __REDUX_DEVTOOLS_EXTENSION__ ( devToolsConfig ) : f => f
16
+ ? window . __REDUX_DEVTOOLS_EXTENSION__ ( devToolsConfig )
17
+ : f => f
17
18
)
18
19
19
20
const store = createStore ( counter , undefined , enhancer )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redux-scuttlebutt-counter" ,
3
- "version" : " 0.0.1-alpha " ,
3
+ "version" : " 0.3.5 " ,
4
4
"description" : " redux-scuttlebutt counter example" ,
5
5
"scripts" : {
6
6
"start" : " node server" ,
18
18
"homepage" : " https://github.com/grrowl/redux-scuttlebutt" ,
19
19
"dependencies" : {
20
20
"babel-preset-stage-0" : " ^6.5.0" ,
21
- "primus" : " ^5.2.2 " ,
21
+ "primus" : " ^6.0.0 " ,
22
22
"react" : " ^0.14.7" ,
23
23
"react-dom" : " ^0.14.7" ,
24
24
"react-redux" : " ^4.2.1" ,
25
25
"recompose" : " ^0.20.2" ,
26
26
"redux" : " ^3.2.1" ,
27
- "redux-scuttlebutt" : " ^0.2.0 "
27
+ "redux-scuttlebutt" : " ^0.3.5 "
28
28
},
29
29
"devDependencies" : {
30
30
"babel-cli" : " ^6.10.1" ,
You can’t perform that action at this time.
0 commit comments