From c59f261948ac6e327332b090abe4dfe6434e88cd Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Sat, 24 Nov 2018 17:17:06 +0100 Subject: [PATCH] ignore .auditignore and package-lock.json when publishing to npm --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index f6ca59f..aca4c9d 100644 --- a/.npmignore +++ b/.npmignore @@ -17,6 +17,7 @@ CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md karma.conf.js +package-lock.json tsconfig.json tsconfig.test.json tslint.json @@ -24,6 +25,7 @@ tslint.test.json webpack.config.js webpack.example.config.js yarn.lock +.auditignore .editorconfig .gitignore .istanbul.yml