Skip to content

Commit 5b9db9c

Browse files
authored
chore: exclude dist/__fixtures__ from publish (#114)
1 parent a56fcdf commit 5b9db9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"main": "dist/index.js",
2222
"types": "dist/index.d.ts",
2323
"files": [
24-
"dist"
24+
"dist",
25+
"!dist/__fixtures__"
2526
],
2627
"scripts": {
2728
"build": "tsc --project tsconfig.build.json",

0 commit comments

Comments
 (0)