From b330a22e44d02d53c14e77e8590081434d4c98e1 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Tue, 23 May 2017 12:54:46 +0200 Subject: [PATCH] Add .npmignore (#127) Removes files in test/ and the .travis.yml from the npm registry to make the package a bit smaller --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..cce0e16fe --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +test/ +.travis.yml +