Commit 5b07417
committed
refactor(bin): use local barrel file import for CLI entrypoint
Update the CLI to import from the local barrel file ('../index.js') instead of the package name.
This ensures tests and CLI work in all environments without requiring a build step.
No functional changes to the published module.1 parent f2a9d76 commit 5b07417
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments