Skip to content

Commit

Permalink
redux-react => react-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 11, 2015
1 parent c934b3d commit 7a3e2fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
redux-react
react-redux
=========================

Work in progress
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "redux-react",
"name": "react-redux",
"version": "0.1.0",
"description": "Redux bindings for React",
"main": "./lib/index.js",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/redux-react.git"
"url": "https://github.com/gaearon/react-redux.git"
},
"keywords": [
"react",
Expand All @@ -31,9 +31,9 @@
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/redux-react/issues"
"url": "https://github.com/gaearon/react-redux/issues"
},
"homepage": "https://github.com/gaearon/redux-react",
"homepage": "https://github.com/gaearon/react-redux",
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "5.6.15",
Expand Down
4 changes: 2 additions & 2 deletions scripts/browser
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ WEBPACK_CMD=node_modules/.bin/webpack

mkdir -p dist

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

0 comments on commit 7a3e2fd

Please sign in to comment.