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

Fixes invalid module field in package.json #75

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

Conversation

bpow
Copy link

@bpow bpow commented Feb 14, 2022

module referred to src/index.js, which does not exist. Point to lib/index.js instead.

Without fixing this, tools like rollup would give an error when trying to include as part of
a bundle. Alternatively, could probably just remove the module field entirely (since it is
the same as main in this case)

`module` referred to `src/index.js`, which does not exist. Point to `lib/index.js` instead.

Without fixing this, tools like rollup would give an error when trying to include as part of
a bundle. Alternatively, could probably just remove the `module` field entirely (since it is
the same as `main` in this case)
@xiemms
Copy link

xiemms commented Feb 14, 2022 via email

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.

3 participants