Skip to content

Commit

Permalink
chore: Move commander from dev dependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aindong committed Jan 30, 2025
1 parent 7aee0be commit 3f7987c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"devDependencies": {
"@types/node": "^22.12.0",
"axios": "^1.7.9",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
Expand All @@ -44,6 +43,7 @@
"fs-extra": "^11.3.0",
"inquirer": "^12.3.3",
"keytar": "^7.9.0",
"openai": "^4.81.0"
"openai": "^4.81.0",
"commander": "^13.1.0"
}
}

0 comments on commit 3f7987c

Please sign in to comment.