Skip to content

Commit a6e6542

Browse files
committed
Fix repository url
1 parent 5101f96 commit a6e6542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/rackt/react-tabs.git"
21+
"url": "https://github.com/reactjs/react-tabs.git"
2222
},
2323
"author": "Matt Zabriskie",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/rackt/react-tabs/issues"
26+
"url": "https://github.com/reactjs/react-tabs/issues"
2727
},
2828
"files": [
2929
"dist",
3030
"lib"
3131
],
32-
"homepage": "https://github.com/rackt/react-tabs",
32+
"homepage": "https://github.com/reactjs/react-tabs",
3333
"keywords": [
3434
"react",
3535
"tabs",

0 commit comments

Comments
 (0)