From 79d5dca2a4f24bb9324f7521a29691d0baad305a Mon Sep 17 00:00:00 2001 From: JPSchellenberg Date: Thu, 14 Nov 2019 15:33:55 +0100 Subject: [PATCH] fix(npm): update .npmignore to publish only relevant files (#256) --- .npmignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.npmignore b/.npmignore index 6adf1a606..e199d7555 100644 --- a/.npmignore +++ b/.npmignore @@ -10,12 +10,16 @@ test/ .prettierrc CODE-OF-CONDUCT.md jest.config.js +jest.integration.config.js __tests__ .env src/ scripts/ assets/ .circleci/ +release.config.js renovate.json tslint.json +tsconfig.base.json +tsconfig.build.json tsconfig.json \ No newline at end of file