cron-schedule
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -52,3 +52,3 @@ import { Cron } from './cron.js'; | ||
'@annually': '0 0 1 1 *', | ||
'@monthly': '0 0 1 1 *', | ||
'@monthly': '0 0 1 * *', | ||
'@weekly': '0 0 * * 0', | ||
@@ -55,0 +55,0 @@ '@daily': '0 0 * * *', |
{ | ||
"name": "cron-schedule", | ||
"description": "A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package