From 30127446e68a50b89f1cb2673729256be845e107 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sat, 9 Sep 2017 00:19:11 +0200 Subject: [PATCH] Exclude npm tarball and dist/test from npm package --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 994436437..f0a6765d2 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,7 @@ doc/ scripts/ images/ example/ +dist/test/ .travis.yml config.test.yml @@ -12,3 +13,5 @@ docker-compose.* Gruntfile.js tslint.json tsconfig.json + +*.tgz