Skip to content

Commit

Permalink
Delete unnecessary CLI files and update Git commit message generation…
Browse files Browse the repository at this point in the history
… to use the 'dist' directory instead of 'bin'.

- Remove unnecessary CLI files and update Git commit message generation to use the 'dist' directory instead of 'bin'.

Generated by gpt-3.5-turbo
  • Loading branch information
joone committed Feb 26, 2024
1 parent d70942f commit d00372d
Show file tree
Hide file tree
Showing 11 changed files with 585 additions and 588 deletions.
3 changes: 0 additions & 3 deletions bin/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"yargs": "^17.7.2"
},
"bin": {
"loz": "bin/index.js"
"loz": "dist/index.js"
},
"files": [
"dist"
Expand Down
117 changes: 0 additions & 117 deletions src/cli.ts

This file was deleted.

Loading

0 comments on commit d00372d

Please sign in to comment.