From ac7bfeba1c54d062100312cbe4996c1100a2ac8b Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Mon, 9 Mar 2020 15:06:38 -0400 Subject: [PATCH] Exclude examples and tests from npm --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 28b91266..0c9f1021 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ .gitignore lib/.placeholder -VERSION-GEN src node_modules +examples +tests *~