Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "keycode", | ||
"description": "Convert between keyboard keycodes and keynames and vice versa.", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"main": "index.js", | ||
@@ -38,3 +38,3 @@ "directories": { | ||
"author": "Tim Oxley <secoif@gmail.com>", | ||
"typings": "./keycode.d.ts" | ||
"typings": "./index.d.ts" | ||
} |
@@ -105,3 +105,3 @@ # keycode | ||
keycode.names[13] // => 'enter' | ||
keycode.codes['Enter'] // => 13 | ||
keycode.codes['enter'] // => 13 | ||
``` | ||
@@ -108,0 +108,0 @@ |
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
117694
13