You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(package): improve filtering of published files (#27)
Currently, some files like `.nvmrc` & `renovate.json` are published
which isn't intended.
Instead of using an `.npmignore` file, it's easier to filter the list of
published files by using the
[files](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#files)
parameter in the `package.json`.
0 commit comments