Skip to content

Commit

Permalink
fix: install dotenv as required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Sep 5, 2023
1 parent 381a298 commit a5d6b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"axios": "^1.3.4",
"chalk": "4.1.2",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"ethers": "5.7.2",
"figlet": "^1.5.2",
"inquirer": "^8.1.4",
Expand All @@ -48,7 +49,6 @@
"@types/figlet": "^1.5.6",
"@types/inquirer": "^8.0.2",
"@types/node": "^18.17.12",
"dotenv": "^16.3.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"semantic-release": "^18.0.1",
Expand Down

0 comments on commit a5d6b19

Please sign in to comment.