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