From 29431b612cbf96cdc6a1e6d1f430883db304de11 Mon Sep 17 00:00:00 2001 From: Alexey Orlenko Date: Thu, 11 May 2017 20:08:07 +0300 Subject: [PATCH] npm: don't publish tests in the npm package Given that https://github.com/metarhia/JSTP/pull/158 has introduced quite a massive chunk of test fixtures, it is better to avoid including tests with the npm package. At this point it saves 632 KB of disk space. PR-URL: https://github.com/metarhia/JSTP/pull/159 Reviewed-By: Denys Otrishko Reviewed-By: Dmytro Nechai Reviewed-By: Mykola Bilochub --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index ab05245..585bc2c 100644 --- a/.npmignore +++ b/.npmignore @@ -23,3 +23,6 @@ mkdocs.yml # Examples examples/ + +# Tests +test/