simpleheat icon indicating copy to clipboard operation
simpleheat copied to clipboard

Unnecessary files in npm package

Open mariotacke opened this issue 3 years ago • 0 comments

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

mariotacke avatar Jun 27 '21 17:06 mariotacke