We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a new version of @modular-css/rollup-rewriter is cut it should reference the current version of @modular-css/rollup from it's peerDependencies.
@modular-css/rollup-rewriter
@modular-css/rollup
peerDependencies
It references the previous version, so npm complains all the time.
Unknown, there may be a way within lerna's lifecycle hooks to rewrite that peer dep before submission/publication.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
When a new version of
@modular-css/rollup-rewriter
is cut it should reference the current version of@modular-css/rollup
from it'speerDependencies
.Current Behavior
It references the previous version, so npm complains all the time.
Possible Solution
Unknown, there may be a way within lerna's lifecycle hooks to rewrite that peer dep before submission/publication.
The text was updated successfully, but these errors were encountered: