Commit b1fc7f6
committed
fix(package): exclude unnecessary files from npm artifact
Previously, the npm package included source files, tests, and configuration
files because the `files` whitelist was missing. This resulted in a bloated
package size and unnecessary file distribution.
This change adds a `files` entry to `package.jsonfix(package): exclude unnecessary files from npm artifact
Previously, the npm package included source files, tests, and configuration
files because the `files` whitelist was missing. This resulted in a bloated
package size and unnecessary file distribution.
This change adds a `files` entry to `package.json1 parent 139a190 commit b1fc7f6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments