Skip to content

Commit a2434bb

Browse files
simonkbergmarkerikson
authored andcommitted
Fix project links in package.json (reduxjs#881)
Some links were still referencing the old repo name (`gaearon/react-redux`). Not a huge issue since the old URL redirects, but might as well use the correct URL since some tools display these as-is to end users (eg. yarn via `yarn outdated`) which can potentially be confusing.
1 parent 7e4c6e8 commit a2434bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
4343
"license": "MIT",
4444
"bugs": {
45-
"url": "https://github.com/gaearon/react-redux/issues"
45+
"url": "https://github.com/reactjs/react-redux/issues"
4646
},
47-
"homepage": "https://github.com/gaearon/react-redux",
47+
"homepage": "https://github.com/reactjs/react-redux",
4848
"peerDependencies": {
4949
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
5050
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"

0 commit comments

Comments
 (0)