From efaeeddf19c58ca1468aa8ac5d82827a0f4841a9 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 14 Feb 2018 17:00:01 +0100 Subject: [PATCH] chore(project): make .npmignore more stable * explicitly whitespace non-ignored files --- .npmignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index 94022b6d..26eb7fe2 100644 --- a/.npmignore +++ b/.npmignore @@ -3,11 +3,10 @@ docs resources tasks -test/config -test/fixtures -test/integration -test/spec -test/TestHelper.js +test/* +!test/util +!test/helper +!test/matchers .eslintignore .eslintrc .travis.yml