From f6b75b4b335938a9a7681b31c1940a64d4aa40f2 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 21 Feb 2020 10:14:14 +0100 Subject: [PATCH] build: exclude github workflows from npm package In the latest release tslib contains the `.github` folder as part of the distributable. https://unpkg.com/browse/tslib@1.11.0/ --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 3d3f91f..4083970 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ .gitattributes +.github bower.json docs