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 npm module parsing issues caused by broken spec #11

Merged
merged 6 commits into from
Feb 15, 2021

Conversation

joohoi
Copy link
Member

@joohoi joohoi commented Feb 15, 2021

Some packages are breaking the npm package.json spec. An example was provided with published package that presented this issue.

This PR makes confused to continue processing while ignoring the broken values.

It is based on #5

Fixes: #1

@joohoi joohoi mentioned this pull request Feb 15, 2021
@joohoi joohoi merged commit 94de6a7 into main Feb 15, 2021
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.

json: cannot unmarshal bool into Go struct field error
2 participants