From 26dbb747762b8ffe8c0754ef56f5b6f4a93105c3 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 20 Feb 2019 14:03:40 -0500 Subject: [PATCH] Add config files to .npmignore --- .npmignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.npmignore b/.npmignore index 8a5e1b2..6413a0f 100644 --- a/.npmignore +++ b/.npmignore @@ -3,3 +3,7 @@ npm-debug.log src/ typedoc/ coverage/ +.travis.yml +tsconfig.json +tslint.json +webpack.config.js