Commit 672c3f5
fix(package): exclude dev-only bin files from published npm package (v1.5.2) (#22)
Narrow the `files` allowlist in package.json from `./bin` (entire directory)
to `./bin/run.js` + `./bin/run.cmd`, excluding development-only entry points
(dev.js, dev.cmd) that are unused at runtime. Reduces package from 101 to 99
files.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2d24a66 commit 672c3f5
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments