From 1e4c305964bfca14d3099b3508638aa1b9644af3 Mon Sep 17 00:00:00 2001 From: William Swanson Date: Sun, 30 Jul 2017 14:04:50 -0700 Subject: [PATCH] Add keywords to `package.json` --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 71e85b9..4d84a02 100644 --- a/package.json +++ b/package.json @@ -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/*"