Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add aic alias #148

Merged
merged 4 commits into from
Mar 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix alias
  • Loading branch information
privatenumber committed Mar 10, 2023
commit 7ebe5b802e8df7ddaf24a0a613196a36ccdb9ee9
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dist"
],
"bin": {
"aicommits": "./dist/cli.js",
"aic": "./dist/cli.js"
"aicommits": "./dist/cli.mjs",
"aic": "./dist/cli.mjs"
},
"scripts": {
"prepare": "simple-git-hooks",
Expand Down