node-schedule
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -197,4 +197,4 @@ /* | ||
function Range(start, end, step){ | ||
this.start = start || null; | ||
this.end = end || null; | ||
this.start = start || 0; | ||
this.end = end || 60; | ||
this.step = step || 1; | ||
@@ -201,0 +201,0 @@ } |
{ | ||
"name": "node-schedule", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A cron-like and not-cron-like job scheduler for Node.", | ||
@@ -5,0 +5,0 @@ "keywords": ["schedule", "task", "job", "cron"], |
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
22781