Skip to content

Commit e39afbe

Browse files
committed
1.0.0-rc
1 parent 99a9cee commit e39afbe

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

examples/counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"react": "^0.13.3",
3131
"react-redux": "^1.0.0-alpha",
32-
"redux": "^1.0.0-alpha",
32+
"redux": "^1.0.0-rc",
3333
"redux-thunk": "^0.1.0"
3434
},
3535
"devDependencies": {

examples/todomvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"classnames": "^2.1.2",
3232
"react": "^0.13.3",
3333
"react-redux": "^1.0.0-alpha",
34-
"redux": "^1.0.0-alpha"
34+
"redux": "^1.0.0-rc"
3535
},
3636
"devDependencies": {
3737
"babel-core": "^5.6.18",

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0-rc",
44
"description": "Atomic Flux with hot reloading",
55
"main": "lib/index.js",
66
"scripts": {
@@ -18,15 +18,17 @@
1818
"url": "https://github.com/gaearon/redux.git"
1919
},
2020
"keywords": [
21+
"flux",
22+
"redux",
23+
"reducer",
2124
"react",
2225
"reactjs",
2326
"hot",
2427
"reload",
2528
"hmr",
2629
"live",
2730
"edit",
28-
"webpack",
29-
"flux"
31+
"webpack"
3032
],
3133
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
3234
"license": "MIT",

0 commit comments

Comments
 (0)