brisky-stamp
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "brisky-stamp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "generates unique stamps for changes, possiblity to observe progress of stamps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,5 +16,5 @@ # brisky-stamp | ||
// vstamp.create(type, source, override) | ||
// briskyStamp.create(type, source, override) | ||
// results in click-1 | ||
const stamp = vstamp.create('click') | ||
const stamp = briskyStamp.create('click') | ||
@@ -21,0 +21,0 @@ // fires when a stamp closes (is handled) |
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
14091