Skip to content

Commit

Permalink
chore: Move dotenv 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 7696828 commit a694c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"license": "ISC",
"devDependencies": {
"@types/node": "^22.12.0",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
Expand All @@ -44,6 +42,8 @@
"inquirer": "^12.3.3",
"keytar": "^7.9.0",
"openai": "^4.81.0",
"commander": "^13.1.0"
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"axios": "^1.7.9"
}
}

0 comments on commit a694c4f

Please sign in to comment.