From 07392f84bcf6dce67cfc03f9ee26b96eda2d58f7 Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Fri, 4 May 2018 14:53:08 +0200 Subject: [PATCH] Use correct npm ignores to not publish unnecessary files --- .npmignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.npmignore b/.npmignore index 541f88d68..e526360f1 100644 --- a/.npmignore +++ b/.npmignore @@ -3,3 +3,9 @@ coverage examples tests *.test.js +.nyc_output +.github +yarn.lock +yarn-error.log +.appveyor.yml +.travis.yml