diff --git a/README.md b/README.md index fbf87d9..117dc46 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Read https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key Compatible with IE/Edge/Safari Key idiosyncrasies. +Super Lightweight: ~900 Bytes Gzipped (Potentially smaller when combined gzipped with a bigger app) + ## Usage ```typescript diff --git a/package.json b/package.json index 68bc3ed..93c7bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w3c-keys", - "version": "1.0.1", + "version": "1.0.2", "description": "keyboardEvent.key compatible key codes with Typescript Definitions. Edit", "main": "dist/es5/index.js", "module": "dist/index.js",