From 12c0af6d348851838de7ec54ccb19aa5644371d7 Mon Sep 17 00:00:00 2001 From: jongwooo Date: Mon, 21 Nov 2022 15:16:27 +0900 Subject: [PATCH] chore: Add keywords in package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 10863cd..0698716 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,12 @@ "type": "git", "url": "git+https://github.com/jongwooo/gatsby-cache.git" }, - "keywords": [], + "keywords": [ + "gatsbyjs", + "build-cache", + "github-actions", + "conditional-page-build" + ], "license": "MIT", "bugs": { "url": "https://github.com/jongwooo/gatsby-cache/issues"