Skip to content

Commit

Permalink
fix: Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjscott committed Oct 28, 2018
1 parent 0a97c3b commit c7cf496
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "key-controller",
"version": "0.0.0-development",
"main": "index.js",
"description": "A library that abstracts handling keyboard controls in the browser",
"keywords": [
"keyboard",
"key",
"controls",
"browser",
"game",
"HTML5",
"event",
"addEventListener",
"KeyboardEvent"
],
"repository": "git@github.com:ScottyFillups/key-controller.git",
"author": "Philip Scott <pscott@zeptohost.com>",
"license": "MIT",
Expand Down

0 comments on commit c7cf496

Please sign in to comment.