From a11487479a27de76d9fba2852153d8192cec619e Mon Sep 17 00:00:00 2001 From: Valentina Lilova Date: Tue, 31 May 2022 19:24:42 +0300 Subject: [PATCH] Add keywords --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index aa6f915..83888f9 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,17 @@ "type": "git", "url": "git+https://github.com/digital-boss/n8n-nodes-starter.git" }, + "keywords": [ + "n8n", + "nodemation", + "dnc", + "digital north consulting", + "digital boss", + "nodes", + "custom", + "workflow", + "customer service" + ], "main": "index.js", "scripts": { "dev": "npm run watch",