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: upload dist only to npm #218

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Fix: upload dist only to npm #218

merged 2 commits into from
Sep 4, 2024

Conversation

brenoepics
Copy link
Contributor

Summary

Added the "files" field to package.json to ensure only the necessary files are included when publishing the package to npm. This helps in removing unused stuff like docs, src, .github from the npm package.

Related Issues

Fixes #217

Screenshots (if applicable)

before:
image
after:
image

@rrd108 rrd108 merged commit 6d5406b into rrd108:main Sep 4, 2024
3 checks passed
@David-Pena
Copy link
Collaborator

Thanks for your contribution 🎉

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.

remove src and doc from npm for smaller package size
3 participants