Skip to content

Commit

Permalink
fix: github url
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenChang618 committed Aug 8, 2019
1 parent cfd367f commit 2fda562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.3.0",
"description": "Package will allow components to maintain their status, to avoid repeated re-rendering.",
"author": "Shen Chang",
"homepage": "https://github.com/Sam618/react-keep-alive",
"homepage": "https://github.com/StructureBuilder/react-keep-alive",
"keywords": [
"react",
"react-router",
Expand All @@ -12,10 +12,10 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/Sam618/react-keep-alive.git"
"url": "git+https://github.com/StructureBuilder/react-keep-alive.git"
},
"bugs": {
"url": "https://github.com/Sam618/react-keep-alive/issues"
"url": "https://github.com/StructureBuilder/react-keep-alive/issues"
},
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 2fda562

Please sign in to comment.