Skip to content

Commit c371c99

Browse files
Fix: legacy links repository homepage and url
This commit updates the links for `repository.url` and `homepage` of the package. The change is from legacy "react-native-community" to "callstack" Also, the homepage is set to directly point the README.
1 parent 41b667c commit c371c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.1.6",
44
"license": "MIT",
55
"author": "react-native-community",
6-
"homepage": "https://github.com/react-native-community/react-native-slider",
6+
"homepage": "https://github.com/callstack/react-native-slider#readme",
77
"description": "React Native component used to select a single value from a range of values.",
88
"publishConfig": {
99
"access": "public"
@@ -39,7 +39,7 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/react-native-community/react-native-slider.git"
42+
"url": "https://github.com/callstack/react-native-slider.git"
4343
},
4444
"dependencies": {
4545
"flow-bin": "0.113.0"

0 commit comments

Comments
 (0)