Commit 6ab82ca
fix(scorer): add files field, bump all packages to 0.2.3
Scorer package.json was missing a `files` field. Without it, npm uses
.gitignore to determine what to pack — and dist/ is gitignored. npm 10
(Node 22) refuses to publish when main/exports point to files not in the
tarball, which caused every release to fail at the scorer step.
Fix: explicitly declare `files: ["dist", "README.md"]`, matching the
pattern already used by fluently-cli and fluently-mcp-server.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent debd7c2 commit 6ab82ca
3 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| 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 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments