task-handler
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "task-handler", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Handle Javascript Timers in a manageable way", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,5 +10,5 @@ # task-handler | ||
> **Note:** Tasks are currently a work in progress. However, the code itself is | ||
> at a stable level and used in production. This module has been lifted from our | ||
> private repositories and released to the public. | ||
> **Note:** Documentation is currently a work in progress. However, the code | ||
> itself is at a stable level and used in production. This module has been | ||
> lifted from our private repositories and released to the public. | ||
@@ -15,0 +15,0 @@ ## Install |
18063