From 709448efa4a783bfbeaa9813fe8a3c87d7484e00 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 May 2014 14:51:45 -0700 Subject: [PATCH] Trimming contents of distributed npm package. Keep deployments as small as they can be. https://www.npmjs.org/doc/developers.html#Keeping-files-out-of-your-package --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index b5ef13a..5cdb2e5 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,5 @@ node_modules build *.node -components \ No newline at end of file +components +test \ No newline at end of file