brisky-stamp
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -35,3 +35,3 @@ if (global.briskystamp) { | ||
for (let i = 0; i < on.length; i++) { on[i]() } | ||
exports.inProgress = false | ||
exports.inProgress = on = false | ||
} | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "brisky-stamp", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Generate unique meta information for change in a system", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -124,4 +124,5 @@ 'use strict' | ||
t.equal(bstamp.inProgress, false, 'not in progress') | ||
bstamp.close() | ||
t.equal(cnt, 4, 'listener fired') | ||
t.end() | ||
}) |
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
105179
348