@rwh/keystrokes
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "@rwh/keystrokes", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Keystrokes is an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.", | ||
@@ -11,2 +11,3 @@ "type": "module", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/keystrokes.js", | ||
@@ -13,0 +14,0 @@ "require": "./dist/keystrokes.umd.cjs" |
57184