Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "hotstuff", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Small Package to provide add Hotkeys easily to any element", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,3 +90,3 @@ # Hotstuff | ||
// console.log will only be triggered once per keypress | ||
hotKey.addListener('space',(e,store)=>{ | ||
hotStuff.addListener('space',(e,store)=>{ | ||
e.preventDefault(); | ||
@@ -102,3 +102,3 @@ if(!store.debounce){ | ||
// example of a debounce with a 1 second time limit between keypresses | ||
hotKey.addListener('backspace',(e,store)=>{ | ||
hotStuff.addListener('backspace',(e,store)=>{ | ||
e.preventDefault(); | ||
@@ -105,0 +105,0 @@ let now = performance ? performance.now() : Date.now(); |
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
22526