Skip to content

Commit 7ab1b07

Browse files
committed
fix: update repository url
1 parent 61400e0 commit 7ab1b07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/react-native-bottom-tabs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
],
5555
"repository": {
5656
"type": "git",
57-
"url": "git+https://github.com/okwasniewski/react-native-bottom-tabs.git"
57+
"url": "git+https://github.com/callstackincubator/react-native-bottom-tabs.git"
5858
},
5959
"author": "Oskar Kwasniewski <[email protected]> (https://github.com/okwasniewski)",
6060
"license": "MIT",
6161
"bugs": {
62-
"url": "https://github.com/okwasniewski/react-native-bottom-tabs/issues"
62+
"url": "https://github.com/callstackincubator/react-native-bottom-tabs/issues"
6363
},
64-
"homepage": "https://github.com/okwasniewski/react-native-bottom-tabs#readme",
64+
"homepage": "https://github.com/callstackincubator/react-native-bottom-tabs#readme",
6565
"publishConfig": {
6666
"registry": "https://registry.npmjs.org/",
6767
"access": "public"

packages/react-navigation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
],
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/okwasniewski/react-native-bottom-tabs.git"
46+
"url": "git+https://github.com/callstackincubator/react-native-bottom-tabs.git"
4747
},
4848
"author": "Oskar Kwasniewski <[email protected]> (https://github.com/okwasniewski)",
4949
"license": "MIT",
5050
"bugs": {
51-
"url": "https://github.com/okwasniewski/react-native-bottom-tabs/issues"
51+
"url": "https://github.com/callstackincubator/react-native-bottom-tabs/issues"
5252
},
53-
"homepage": "https://github.com/okwasniewski/react-native-bottom-tabs#readme",
53+
"homepage": "https://github.com/callstackincubator/react-native-bottom-tabs#readme",
5454
"publishConfig": {
5555
"registry": "https://registry.npmjs.org/",
5656
"access": "public"

0 commit comments

Comments
 (0)