add cRonstrue, parses a cron expression and outputs a human readable description of the cron schedule

pull/170/head
Hasan Basri 2021-08-23 20:56:23 +07:00
parent f02c748c52
commit 10cf05ca2d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"body-parser": "latest",
"connect-busboy": "latest",
"cron-parser": "latest",
"cronstrue": "^1.115.0",
"cronstrue": "latest",
"ejs": "latest",
"express": "latest",
"express-basic-auth": "^1.2.0",