From 72105e37ab81e4bc2f45692f350cc7af8f1aec49 Mon Sep 17 00:00:00 2001 From: Christopher Rybicki Date: Fri, 23 Jul 2021 10:13:35 -0700 Subject: [PATCH] chore: add npm keywords --- .projenrc.js | 1 + package.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.projenrc.js b/.projenrc.js index 4a01fed3..ed38aa61 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -4,6 +4,7 @@ const project = new JsiiProject({ description: 'Grafana construct for cdk8s.', author: 'Amazon Web Services', authorUrl: 'https://aws.amazon.com', + keywords: ['cdk', 'cdk8s'], defaultReleaseBranch: 'main', repositoryUrl: 'https://github.com/cdk8s-team/cdk8s-grafana.git', diff --git a/package.json b/package.json index 0958b4fe..0c74ced5 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,10 @@ "constructs": "^3.3.48" }, "bundledDependencies": [], + "keywords": [ + "cdk", + "cdk8s" + ], "main": "lib/index.js", "license": "Apache-2.0", "version": "0.0.0",