File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- redux- react
1+ react-redux
22=========================
33
44Work in progress
Original file line number Diff line number Diff line change 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" ,
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" ,
3131 "author" : " Dan Abramov <dan.abramov@me.com> (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" ,
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ WEBPACK_CMD=node_modules/.bin/webpack
44
55mkdir -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
You can’t perform that action at this time.
0 commit comments