diff --git a/package.json b/package.json index b062221..3281ee6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "main": "build/index.js", "bin": "build/index.js", "files": [ - "build" + "build", + "!**/*.test.js" ], "publishConfig": { "access": "public",