From 9221ab348364121f601ae6d65c9eb0986214d876 Mon Sep 17 00:00:00 2001 From: Jeffrey Mendez Date: Tue, 23 Mar 2021 01:24:06 -0400 Subject: [PATCH] build(dist): reduce distribution build remove items that are not required for distribution builds --- .npmignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 542e8fb..ff24f97 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,7 @@ __tests__ test -.babelrc \ No newline at end of file +example +.yarnclean +.babelrc +.travis.yml +.circleci