Skip to content

Commit

Permalink
Merge pull request #9 from credebl/fix/dotenv-package
Browse files Browse the repository at this point in the history
fix: add dotenv to dependencies
  • Loading branch information
KulkarniShashank authored May 27, 2024
2 parents e92bf71 + 1f84915 commit b67de3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@credo-ts/core": "0.5.3",
"@credo-ts/node": "0.5.3",
"@hyperledger/aries-askar-nodejs": "0.2.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"prettier": "^2.8.4",
"tslog": "^3.3.3",
Expand All @@ -45,7 +46,6 @@
"@types/jest": "^29.2.0",
"@types/node": "^18.18.8",
"@types/node-fetch": "^2.6.11",
"dotenv": "^16.0.1",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit b67de3e

Please sign in to comment.