Skip to content

Commit

Permalink
Move dotenv to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-hagen committed Feb 23, 2024
1 parent 3238264 commit 77f2907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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 @@ -26,10 +26,10 @@
"homepage": "https://github.com/alexander-hagen/node-api-hitbtc#readme",
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.4",
"ws": "^8.16.0"
},
"devDependencies": {
"dotenv": "^16.4.4",
"jest": "^29.7.0"
}
}

0 comments on commit 77f2907

Please sign in to comment.