Skip to content

Commit

Permalink
Add keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Mar 28, 2018
1 parent be0a149 commit 1e4c305
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
"version": "1.0.0",
"description": "Encoding and decoding for base64, base32, base16, and friends",
"license": "MIT",
"keywords": [
"base16",
"base32",
"base32hex",
"base64",
"base64url",
"hex",
"Uint8Array"
],
"author": "William Swanson",
"files": [
"lib/*"
Expand Down

0 comments on commit 1e4c305

Please sign in to comment.