From 14fe5630a6d2951abee29258ce5ab6fc9875ae16 Mon Sep 17 00:00:00 2001
From: Hyeseong Kim <cometkim.kr@gmail.com>
Date: Thu, 5 Sep 2019 02:56:30 +0900
Subject: [PATCH] Add NPM keywords

---
 package.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package.json b/package.json
index fc06aed..638eec2 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,11 @@
   "repository": "https://github.com/cometkim/gatsby-plugin-typegen.git",
   "author": "Hyeseong Kim <cometkim.kr@gmail.com>",
   "license": "MIT",
+  "keywords": [
+    "gatsby",
+    "gatsby-plugin",
+    "typescript"
+  ],
   "engines": {
     "node": ">=10.0.0"
   },
-- 
GitLab