From ce1870be197ed10af10f3f2f19bda7b281d54e35 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 17 Aug 2018 08:56:08 +0100 Subject: [PATCH 1/2] fix: npm publishes dist folders in examples License: MIT Signed-off-by: Alan Shaw --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 59335fda64..c3b4371787 100644 --- a/.npmignore +++ b/.npmignore @@ -32,3 +32,4 @@ build node_modules test +examples/**/dist From dd09c94e0aeb6a12912915e00b4f583aea3a447c Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 17 Aug 2018 13:32:02 +0100 Subject: [PATCH 2/2] fix: npmignore all examples License: MIT Signed-off-by: Alan Shaw --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index c3b4371787..6609102526 100644 --- a/.npmignore +++ b/.npmignore @@ -32,4 +32,4 @@ build node_modules test -examples/**/dist +examples