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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Adds peerDependencies #44

Merged
merged 1 commit into from Jul 7, 2020
Merged

Conversation

eoingroat
Copy link

@eoingroat eoingroat commented Jul 6, 2020

This PR specifies peerDependencies of dependencies that are intended for the user to satisfy. This is required for pnp module resolution to function (yarn pnp, yarn berry - like in the PR for dependency knex knex/knex#3081). Without this this module doesn't work with yarn pnp (as the db driver cannot be required).

nb; nice module, it took me a few tries to find it but its great 馃槃

@rmp135
Copy link
Owner

rmp135 commented Jul 7, 2020

Thanks for the pull request. Must admit, I hadn't heard of the pnp system but this doesn't seem to have any impact for those not using. I'll merge and push a release soon.

@rmp135 rmp135 merged commit bfad02f into rmp135:master Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants