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

Commit

Permalink
feat: add the cron package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Aug 1, 2020
1 parent 601758c commit 568ee50
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"discord.js": "^12.2.0"
},
"devDependencies": {
"@types/cron": "^1.7.2",
"@types/fs-extra": "^9.0.1",
"@types/klaw": "^3.0.1",
"@types/node": "^14.0.27",
Expand All @@ -47,6 +48,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"cron": "^1.8.2",
"fs-extra": "^9.0.1",
"klaw": "^3.0.0",
"moment": "^2.27.0"
Expand Down

0 comments on commit 568ee50

Please sign in to comment.