Skip to content

Commit 10301c3

Browse files
authored
chore: Reanimated package.json metadata tweaks (#6300)
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect. --> ## Summary Reanimated `package.json` metadata tweaks based on the React Native Directory checks. The following changes have been made: * update [`repository` field](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository) to reflect the monorepo structure correctly * update the `homepage` field to point to the accutial homepage, not the GitHub repository README ## Test plan N/A
1 parent 0d551fb commit 10301c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/react-native-reanimated/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
],
7070
"repository": {
7171
"type": "git",
72-
"url": "git+https://github.com/software-mansion/react-native-reanimated.git"
72+
"url": "git+https://github.com/software-mansion/react-native-reanimated.git",
73+
"directory": "packages/react-native-reanimated"
7374
},
7475
"author": {
7576
"email": "krzys.magiera@gmail.com",
@@ -80,7 +81,7 @@
8081
"bugs": {
8182
"url": "https://github.com/software-mansion/react-native-reanimated/issues"
8283
},
83-
"homepage": "https://github.com/software-mansion/react-native-reanimated#readme",
84+
"homepage": "https://docs.swmansion.com/react-native-reanimated",
8485
"dependencies": {
8586
"@babel/plugin-transform-arrow-functions": "^7.0.0-0",
8687
"@babel/plugin-transform-nullish-coalescing-operator": "^7.0.0-0",

0 commit comments

Comments
 (0)