diff --git a/package.json b/package.json index 22d12e5..0b7cedf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ - "dist" + "dist", + "!dist/__fixtures__" ], "scripts": { "build": "tsc --project tsconfig.build.json",