Dintero / money

Utils for dealing with monetary amounts
MIT License
35 stars 0 forks source link

Entire repository is included in npm package #215

Closed JstnMcBrd closed 3 months ago

JstnMcBrd commented 3 months ago

When publishing a package to npm, it is best to limit the packaged files to the README, the LICENSE, and package.json (all automatically included), plus the distribution files.

It's super easy to do this! Just add the following to the package.json:

"files": [
  "CHANGELOG.md",
  "dist"
],

This way, it's not the entire repository that gets uploaded to NPM - just the transpiled production-ready code.

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 1.0.12 :tada:

The release is available on:

Your semantic-release bot :package::rocket: