We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f380113 commit 2137d17Copy full SHA for 2137d17
1 file changed
deno.json
@@ -18,17 +18,19 @@
18
"@std/path": "jsr:@std/path@^1.1.4",
19
"zod": "npm:zod@^4.3.6"
20
},
21
- "exclude": [
22
- ".claude",
23
- ".github",
24
- ".vscode",
25
- "AGENTS.md",
26
- "deno.lock",
27
- "docs",
28
- "npm",
29
- "nul",
30
- "samples",
31
- "scripts",
32
- "src/tests"
33
- ]
+ "publish": {
+ "exclude": [
+ ".claude",
+ ".github",
+ ".vscode",
+ "AGENTS.md",
+ "deno.lock",
+ "docs",
+ "npm",
+ "nul",
+ "samples",
+ "scripts",
+ "src/tests"
34
+ ]
35
+ }
36
}
0 commit comments