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",