From affb9114c40e673a1aa3a2bb65f03daa582d4170 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Mon, 23 Dec 2024 22:23:31 +0100 Subject: [PATCH] add keywords --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 2c8fe35..42d9789 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "type": "module", "license": "MIT", "author": "adbenitez", + "keywords": [ + "webxdc", + "deltachat" + ], "bin": { "create-webxdc": "index.js" },