diff --git a/package.json b/package.json index c8efff7..a179fd0 100644 --- a/package.json +++ b/package.json @@ -101,9 +101,8 @@ }, "files": [ "build", - "!**/*.spec.*", - "!**/*.json", - "CHANGELOG.md", + "!build/tests", + "!build/**/*.spec.*", "LICENSE", "README.md" ],