From aac1d33525b1e61a17f3d68779d59bc52883da0a Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Tue, 4 Aug 2020 02:21:18 +0200 Subject: [PATCH] Add keywords --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index d36fff0..faf9183 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,11 @@ "repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git", "author": "Moritz Ruth ", "license": "MIT", + "keywords": [ + "dmx", + "enttec", + "usb" + ], "scripts": { "build": "pika build", "lint": "eslint src",