Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashubham committed Jun 15, 2020
1 parent 6cff257 commit 3657b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3657b43

Please sign in to comment.