From ffadaed49791bcc895147083a638c7c326390575 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 18 Dec 2018 17:05:34 -0700 Subject: [PATCH] Reduced the size of npm installation by removing the `archives` directory from the npm tarball --- .npmignore | 1 + CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.npmignore b/.npmignore index f8f10dc50..489b17cba 100644 --- a/.npmignore +++ b/.npmignore @@ -18,6 +18,7 @@ /examples/*/dist /examples/*/package-lock.json /examples/*/yarn.lock +/archives /src /test docs-dist/ diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b8613c8..4fabfd2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 6.0.10 + +#### Fixes & Optimizations + +- Reduced the size of npm installation by removing the `archives` directory from the npm tarball + # 6.0.9 #### Fixes & Optimizations