Commit add048e
committed
fix(pi-jujutsu): extension entry points to dist, not src
pi.extensions pointed to src/index.ts which is not included in the
published npm package (files: ["dist", "README.md"]). Users installing
via npm:pi-jujutsu got a silent load failure. Changed to dist/index.js
to match all other packages in the monorepo.1 parent d2d6983 commit add048e
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments