File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 29
29
"dependencies" : {
30
30
"react" : " ^0.13.3" ,
31
31
"react-redux" : " ^1.0.0-alpha" ,
32
- "redux" : " ^1.0.0-alpha " ,
32
+ "redux" : " ^1.0.0-rc " ,
33
33
"redux-thunk" : " ^0.1.0"
34
34
},
35
35
"devDependencies" : {
Original file line number Diff line number Diff line change 31
31
"classnames" : " ^2.1.2" ,
32
32
"react" : " ^0.13.3" ,
33
33
"react-redux" : " ^1.0.0-alpha" ,
34
- "redux" : " ^1.0.0-alpha "
34
+ "redux" : " ^1.0.0-rc "
35
35
},
36
36
"devDependencies" : {
37
37
"babel-core" : " ^5.6.18" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redux" ,
3
- "version" : " 1.0.0-alpha " ,
3
+ "version" : " 1.0.0-rc " ,
4
4
"description" : " Atomic Flux with hot reloading" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
18
18
"url" : " https://github.com/gaearon/redux.git"
19
19
},
20
20
"keywords" : [
21
+ " flux" ,
22
+ " redux" ,
23
+ " reducer" ,
21
24
" react" ,
22
25
" reactjs" ,
23
26
" hot" ,
24
27
" reload" ,
25
28
" hmr" ,
26
29
" live" ,
27
30
" edit" ,
28
- " webpack" ,
29
- " flux"
31
+ " webpack"
30
32
],
31
33
"author" :
" Dan Abramov <[email protected] > (http://github.com/gaearon)" ,
32
34
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments