Comparing version 0.1.1 to 0.1.2
@@ -81,4 +81,2 @@ const bind = require("./util/bind") | ||
if (this.__leftIdle > TIMEOUT_MAXVALUE) { | ||
this.__leftIdle -= TIMEOUT_MAXVALUE | ||
return void this.__createTimer() | ||
@@ -85,0 +83,0 @@ } |
{ | ||
"name": "minuette", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A job scheduler with elegant syntax.", | ||
@@ -5,0 +5,0 @@ "keywords": ["job-scheduler", "scheduler", "runner", "job", "jobs", "timer", "cron", "chainable"], |
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
17241
501