-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Extraneous npm-check
dependency in published package
#1804
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
Comments
https://unpkg.com/[email protected]/package.json indeed it does. @yannickcr did you perhaps |
I've published a v7.9.1, with updated deps, and the correct package.json. |
Oh, my mistake. I should have better checked the package.json before publishing. Thanks for the quick fix @ljharb. |
You may want to use |
I've just updated
eslint-plugin-react
from v7.8.2 to v7.9.0 and noticed a large change in my project's dependency tree.That's because
"npm-check": "5.7.1"
appears as a dependency in the published package (although it isn't there in tag v7.9.0).I certainly assume it shouldn't be there, right?
The text was updated successfully, but these errors were encountered: