From 9b4d683042e7a13aadaf82ad89f7407094f0dd62 Mon Sep 17 00:00:00 2001 From: Nicolas Polizzo Date: Tue, 5 Dec 2023 20:08:04 +0100 Subject: [PATCH] add package.json keywords --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4c9ca82..af12236 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "version": "1.1.1", "description": "A simple MJML component to make static bar charts", + "keywords": ["mjml", "chart", "bar chart", "email"], "main": "./build/index.js", "module": "./build/esm/index.js", "types": "./build/types/index.d.ts",