Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
fix: node-cron missing uuid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Aug 6, 2022
1 parent 429ca87 commit 7ccba29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"mongoose": "^6.5.1",
"node-cron": "^3.0.1"
"node-cron": "^3.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^16.11.47",
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 7ccba29

Please sign in to comment.