From 0b724b4d0b52c01ad35616d82c855ead16eb0254 Mon Sep 17 00:00:00 2001 From: Geoff Wagstaff Date: Tue, 20 Jun 2017 20:04:15 +0100 Subject: [PATCH] update npmignore --- .npmignore | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index e69de29..039f6b2 100644 --- a/.npmignore +++ b/.npmignore @@ -0,0 +1,4 @@ +node_modules +.DS_Store +.vscode +*.log diff --git a/package.json b/package.json index ba3b692..a7e8492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-aws-es", - "version": "2.0.2", + "version": "2.0.3", "description": "Use the elasticsearch-js client with Amazon ES", "repository": "https://github.com/TheDeveloper/http-aws-es", "bugs": "https://github.com/TheDeveloper/http-aws-es/issues",