Skip to content

Commit 7a3e2fd

Browse files
committed
redux-react => react-redux
1 parent c934b3d commit 7a3e2fd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
redux-react
1+
react-redux
22
=========================
33

44
Work in progress

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "redux-react",
2+
"name": "react-redux",
33
"version": "0.1.0",
44
"description": "Redux bindings for React",
55
"main": "./lib/index.js",
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/gaearon/redux-react.git"
18+
"url": "https://github.com/gaearon/react-redux.git"
1919
},
2020
"keywords": [
2121
"react",
@@ -31,9 +31,9 @@
3131
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
3232
"license": "MIT",
3333
"bugs": {
34-
"url": "https://github.com/gaearon/redux-react/issues"
34+
"url": "https://github.com/gaearon/react-redux/issues"
3535
},
36-
"homepage": "https://github.com/gaearon/redux-react",
36+
"homepage": "https://github.com/gaearon/react-redux",
3737
"devDependencies": {
3838
"babel": "^5.5.8",
3939
"babel-core": "5.6.15",

scripts/browser

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ WEBPACK_CMD=node_modules/.bin/webpack
44

55
mkdir -p dist
66

7-
$WEBPACK_CMD src/index.js dist/redux-react.js
8-
NODE_ENV=production $WEBPACK_CMD src/index.js dist/redux-react.min.js
7+
$WEBPACK_CMD src/index.js dist/react-redux.js
8+
NODE_ENV=production $WEBPACK_CMD src/index.js dist/react-redux.min.js

0 commit comments

Comments
 (0)