task-queue
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -60,2 +60,2 @@ /** | ||
exports.module = q; | ||
module.exports = q; |
{ | ||
"author" : "Roberto Sales <robertosalesc@dcc.ufba.br>", | ||
"name": "task-queue", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "async single worker tasks queue that supports concurrency, priority and provide simple interface for passing task arguments", | ||
@@ -6,0 +6,0 @@ "keywords": ["task", "queue", "worker", "concurrency", "async", "priority"], |