Commit 73a6174
fix: move api-contract to devDependencies to unbreak global install (#225)
`@webmux/api-contract` was listed as a runtime dependency with
`workspace:*`, which fails to resolve when users run
`bun install -g webmux@latest` outside the monorepo. The package is
already inlined into the bundled outputs by `bun build`, so it only
needs to be a devDependency for local workspace resolution.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ef76e92 commit 73a6174
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments