Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove shebang line from
index.ts
(#44)
## Overview It's OK for `index.ts`, but not for `index.js`. `"bin"` in `package.json` is set to `lib/index.js`, and `ts-node` is not installed with the npm package since it's a `devDependency`. Fixes #41
- Loading branch information