Skip to content

Commit

Permalink
chore: add missing dotenv dep
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Sep 17, 2024
1 parent 699931a commit 8781a95
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"lint:fix": "eslint . --ext .js,.ts --fix"
},
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5"
}
}

0 comments on commit 8781a95

Please sign in to comment.