Update package.json URLs

This commit is contained in:
Patrick Burtchaell 2015-07-19 10:27:07 -05:00
parent 34c3023e23
commit 94f9afe510
2 changed files with 6 additions and 6 deletions

View File

@ -8,13 +8,13 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/redux.git"
"url": "https://github.com/gaearon/redux-devtools.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/redux/issues"
"url": "https://github.com/gaearon/redux-devtools/issues"
},
"homepage": "https://github.com/gaearon/redux#readme",
"homepage": "https://github.com/gaearon/redux-devtools#readme",
"dependencies": {
"react": "^0.13.3",
"react-redux": "^0.2.1",

View File

@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/redux.git"
"url": "https://github.com/gaearon/redux-devtools.git"
},
"keywords": [
"react",
@ -24,9 +24,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/redux/issues"
"url": "https://github.com/gaearon/redux-devtools/issues"
},
"homepage": "https://github.com/gaearon/redux#readme",
"homepage": "https://github.com/gaearon/redux-devtools#readme",
"dependencies": {
"classnames": "^2.1.2",
"react": "^0.13.3",