Skip to content

Commit e7e0449

Browse files
committed
Adding new package cron for scheduling
1 parent bd0a619 commit e7e0449

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

package-lock.json

Lines changed: 43 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"canvas": "^2.11.2",
3232
"cheerio": "^1.0.0-rc.12",
3333
"closest-match": "1.3.3",
34+
"cron": "^3.1.7",
3435
"csv-parser": "3.0.0",
3536
"csv-writer": "1.6.0",
3637
"discord-api-types": "0.23.1",
@@ -39,7 +40,7 @@
3940
"dotenv": "16.4.5",
4041
"js-yaml": "4.1.0",
4142
"mathjs": "^13.0.0",
42-
"node-cron": "^3.0.2",
43+
"node-cron": "^3.0.3",
4344
"nodemailer": "6.9.13",
4445
"nodemon": "^3.0.0",
4546
"pg": "8.7.3",

0 commit comments

Comments
 (0)