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

Duplicate "typeCoverage" keys in package.json file #2

Closed
gregmagolan opened this issue Jun 2, 2022 · 1 comment
Closed

Duplicate "typeCoverage" keys in package.json file #2

gregmagolan opened this issue Jun 2, 2022 · 1 comment

Comments

@gregmagolan
Copy link

This causes parsing issues with strict JSON parsers such as Bazel's used in rules_js https://github.com/aspect-build/rules_js/blob/dacb4c58dbca319b0a1e58a426dc7bbd39c76e56/js/private/npm_import.bzl#L274.

Error is similar to the one in wooorm/stringify-entities#11 which also has the same duplicate key.

@wooorm
Copy link
Owner

wooorm commented Jun 2, 2022

Thanks, released. I’d imagine it better for your tools to accept things that are valid on npm tho

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

No branches or pull requests

2 participants