From 3f3b2b9bce36b96e84179e30a913b179e951414d Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sat, 7 Mar 2020 22:16:24 -0800 Subject: [PATCH] Add keywords to package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 2864bdb..6e2a6ee 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,13 @@ "homepage": "https://github.com/kchung/mapkitjs-token", "bugs": "https://github.com/kchung/mapkitjs-token/issues", "license": "MIT", + "keywords": [ + "mapkit-js", + "mapkit", + "token", + "jwt", + "apple" + ], "repository": { "type": "git", "url": "https://github.com/kchung/mapkitjs-token"