are-we-there-yet
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -18,2 +18,3 @@ "use strict" | ||
}) | ||
EventEmitter.call(this) | ||
} | ||
@@ -83,2 +84,3 @@ util.inherits(TrackerGroup, EventEmitter) | ||
this.workTodo = todo || 0 | ||
EventEmitter.call(this) | ||
} | ||
@@ -85,0 +87,0 @@ util.inherits(Tracker, EventEmitter) |
{ | ||
"name": "are-we-there-yet", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Keep track of the overall completion of many dispirate processes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
17005
293