-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Zaunseder
committed
Jun 11, 2024
1 parent
2d86040
commit 73546a3
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
{ | ||
"$schema": "https://jsr.io/schema/config-file.v1.json", | ||
"name": "@zauni/rollup-plugin-openapi", | ||
"version": "2.0.0", | ||
"exports": "./src/index.ts" | ||
"exports": "./src/index.ts", | ||
"publish": { | ||
"exclude": ["src/**/*.test.ts", "src/fixtures/**", ".github", "dist"] | ||
} | ||
} |