From d2830e593be8e5885044dd7a9f5498825b96e01e Mon Sep 17 00:00:00 2001 From: mblackstock Date: Tue, 12 Dec 2017 12:21:23 -0800 Subject: [PATCH] add repository and keywords --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 34dc36c..1aa71dd 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,10 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "repository" : "https://github.com/SenseTecnic/node-red-contrib-mqttdb.git", "author": "Mike Blackstock", "license": "Apache-2.0", + "keywords": [ "node-red", "mqtt" ], "node-red": { "nodes": { "mqttdb": "mqttdb.js"