Commit 484bb4c
authored
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`.1 parent bd091ac commit 484bb4c
2 files changed
+4
-9
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
0 commit comments