From 55a963e9c95087f80c72645be42cfb55d95e2d14 Mon Sep 17 00:00:00 2001 From: Espen Volden Date: Wed, 28 Oct 2015 23:21:51 +0100 Subject: [PATCH] Add keywords to package.json --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 020bf60..5168b0a 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,12 @@ "repository": { "type": "git", "url": "git@github.com:voldern/elasticsearch-bulk-index-stream.git" - } + }, + "keywords": [ + "elasticsearch", + "stream", + "writable", + "write", + "bulk" + ] }