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

fix: add missing peer dependency on rollup #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

merceyz
Copy link

@merceyz merceyz commented Dec 6, 2020

What's the problem this PR addresses?

18a7477 removed the peer dependency on rollup but it's required for the types to be guaranteed access to rollup, without it, the plugin relies on hoisting to make rollup accesible.

How did you fix it?

Add a missing peer dependency on rollup

@codecov
Copy link

codecov bot commented Dec 6, 2020

Codecov Report

Merging #12 (94263e9) into master (7e5a72c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           13        13           
  Branches         4         4           
=========================================
  Hits            13        13           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e5a72c...94263e9. Read the comment docs.

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

1 participant