From eff4c4c3b534487d3c2f2a0335f0077cfd4e3eda Mon Sep 17 00:00:00 2001 From: Carl Hartzell Date: Tue, 22 Aug 2023 10:07:45 +0200 Subject: [PATCH] chore: add node-red keyword --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 249d566..cefd693 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "type": "git", "url": "https://github.com/sinch/node-red-mailgun.git" }, + "keywords": [ + "node-red" + ], "scripts": { "lint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext .js .", "lint:fix": "npm run lint -- --fix",