From c302cf91197c205d3f062cb1479965f5e2155885 Mon Sep 17 00:00:00 2001 From: Ziggy Jonsson Date: Tue, 31 Jan 2017 10:13:50 -0500 Subject: [PATCH] Ignore testfiles in deployment https://github.com/EvanOxfeld/node-unzip/pull/38 by @jeanlauliac --- .npmignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..1b6f7e8 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +test/ +testData/ \ No newline at end of file diff --git a/package.json b/package.json index 9cc7310..b3a92e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unzipper", - "version": "0.8.2", + "version": "0.8.3", "description": "Unzip cross-platform streaming API ", "author": "Evan Oxfeld ", "contributors": [