Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 21, 2024
1 parent 35aa2ca commit 2e4eaa8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/abitype/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
"./zod": "./src/exports/zod.ts"
},
"publish": {
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.ts"],
"include": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"src/**/*.ts"
],
"exclude": [
"src/**/*.bench.ts",
"src/**/*.bench-d.ts",
"src/**/*.test.ts",
"src/**/*.test-d.ts"
]
}
}
}

0 comments on commit 2e4eaa8

Please sign in to comment.