From 10cf05ca2d4f8e6a0934c517ce625e142f7fdcc8 Mon Sep 17 00:00:00 2001 From: Hasan Basri Date: Mon, 23 Aug 2021 20:56:23 +0700 Subject: [PATCH] add cRonstrue, parses a cron expression and outputs a human readable description of the cron schedule --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a243429..6865651 100755 --- a/package.json +++ b/package.json @@ -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",