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

Unnecessary files in npm package #43

Open
mariotacke opened this issue Jun 27, 2021 · 0 comments
Open

Unnecessary files in npm package #43

mariotacke opened this issue Jun 27, 2021 · 0 comments

Comments

@mariotacke
Copy link

The 0.4.0 version of the package contains some unnecessary files which makes simpleheat as a dependency larger than it needs to be. For example, the demo directory (14kb) and yarn.lock file (27kb) are unnecessary in the released version.

You could easily exclude these by adding an .npmignore file into the root before packaging:

.npmignore
demo/
yarn.lock
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

1 participant