From 5f406b4284d4b0ff9e89297041b1c04560364104 Mon Sep 17 00:00:00 2001 From: Roi Rosenthal Date: Mon, 6 Jan 2025 14:18:39 +0200 Subject: [PATCH] add keywords to package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 1aefce6..63def0f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,12 @@ "version": "0.0.0", "description": "This library provides patternfly extensions", "license": "MIT", + "keywords": [ + "react", + "log", + "viewer", + "logviewer", + ], "workspaces": [ "packages/*" ],