From d5bf367021745935873986832378d499ae02e533 Mon Sep 17 00:00:00 2001 From: Geoff Cox Date: Thu, 20 Jul 2017 08:14:02 -0700 Subject: [PATCH 1/2] fix(npm): keywords --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fb0ff5..7e8c0ff 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,14 @@ "url": "git://github.com/redgeoff/couch-slouch" }, "keywords": [ - "js", - "seed" + "couchdb", + "couch", + "api", + "client", + "request", + "rest", + "restful", + "json" ], "author": "Geoffrey Cox", "license": "MIT", From 4923e20aa5fccce4d9195ef9de82beb91706f372 Mon Sep 17 00:00:00 2001 From: Geoff Cox Date: Thu, 20 Jul 2017 08:14:20 -0700 Subject: [PATCH 2/2] fix(packages): querystring-es3 not needed --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7e8c0ff..95ef1a1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "backoff-promise": "0.0.2", "bluebird": "^3.5.0", "quelle": "0.0.3", - "querystring-es3": "^0.2.1", "request": "^2.81.0", "sporks": "0.0.1", "squadron": "0.0.3"