diff --git a/.changeset/shy-walls-clap.md b/.changeset/shy-walls-clap.md new file mode 100644 index 0000000..11aa13c --- /dev/null +++ b/.changeset/shy-walls-clap.md @@ -0,0 +1,5 @@ +--- +"react-native-reanimated-carousel": patch +--- + +Update homepage in package.json diff --git a/package.json b/package.json index 0f0d9c5..a6d4ad3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)", "license": "MIT", - "homepage": "https://github.com/dohooo/react-native-reanimated-carousel#readme", + "homepage": "https://rn-carousel.dev/", "repository": { "type": "git", "url": "git+https://github.com/dohooo/react-native-reanimated-carousel.git"