Commit 7a3e2fd 1 parent c934b3d commit 7a3e2fd Copy full SHA for 7a3e2fd
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- redux- react
1
+ react-redux
2
2
=========================
3
3
4
4
Work in progress
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " redux- react" ,
2
+ "name" : " react-redux " ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Redux bindings for React" ,
5
5
"main" : " ./lib/index.js" ,
15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " https://github.com/gaearon/redux- react.git"
18
+ "url" : " https://github.com/gaearon/react-redux .git"
19
19
},
20
20
"keywords" : [
21
21
" react" ,
31
31
"author" :
" Dan Abramov <[email protected] > (http://github.com/gaearon)" ,
32
32
"license" : " MIT" ,
33
33
"bugs" : {
34
- "url" : " https://github.com/gaearon/redux- react/issues"
34
+ "url" : " https://github.com/gaearon/react-redux /issues"
35
35
},
36
- "homepage" : " https://github.com/gaearon/redux- react" ,
36
+ "homepage" : " https://github.com/gaearon/react-redux " ,
37
37
"devDependencies" : {
38
38
"babel" : " ^5.5.8" ,
39
39
"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
4
4
5
5
mkdir -p dist
6
6
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