Commit dc442af
fix: normalize bin paths so the CLI installs
npm was stripping bin entries with a "./dist/cli.js" target ("script name
... was invalid and removed"), which would have left npx shadowbuster /
unredact non-functional. Drop the "./" prefix; verified the published
tarball now retains both bins.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 79b8a5d commit dc442af
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments