Skip to content

Commit

Permalink
chore: remove extraneous packageManager field (#6814)
Browse files Browse the repository at this point in the history
<!-- 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

Added by accident during monorepo migration.

## Test plan

<!-- Provide a minimal but complete code snippet that can be used to
test out this change along with instructions how to run it and a
description of the expected behavior. -->
  • Loading branch information
tjzel authored Dec 12, 2024
1 parent 53f59d4 commit 643f8ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-native-reanimated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,5 @@
"./lib/module/core.js",
"./lib/module/initializers.js",
"./lib/module/index.js"
],
"packageManager": "[email protected]"
]
}

0 comments on commit 643f8ca

Please sign in to comment.