Commit 6e74616
fix: exclude compiled binaries from npm package and fix bin path
The npm package was exceeding the registry size limit (413 Payload Too Large)
because dist/binaries/ (~150MB of compiled binaries) was included. Also fixes
the bin entry path format.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a3c8f78 commit 6e74616
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments