Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify peer dependencies in package.json #937

Open
watadarkstar opened this issue Apr 4, 2024 · 0 comments
Open

Specify peer dependencies in package.json #937

watadarkstar opened this issue Apr 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@watadarkstar
Copy link

Summary

It would be nice if this library specified peer dependencies in the package.json

Proposed Solution

See example:
https://github.com/watadarkstar/react-native-typing-animation/blob/18e8d6f3f051e3308acbf497fd12dd15575848ec/package.json#L41-L44

Peers should be @segment/sovran-react-native and react-native-get-random-values

i.e.

  "peerDependencies": {
    "@segment/sovran-react-native": "*",
    "react-native-get-random-values": "*",
  }
@watadarkstar watadarkstar added the enhancement New feature or request label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant