Commit bd26d02
committed
feat: allow using npx easily
- Without this change, `npx local-webhooks` would throw
error `could not determine executable to run`.
- Adding a `bin` entry in `package.json` that is the same
name as the package fixes this. Hence by default,
`lw-client` is invoked.
- See https://docs.npmjs.com/cli/v9/commands/npx?v=true1 parent d6ad2d8 commit bd26d02
2 files changed
+2
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments