diff --git a/deno.json b/deno.json index 6d2dcf4..9f5e91c 100644 --- a/deno.json +++ b/deno.json @@ -13,5 +13,8 @@ "@cross/test": "jsr:@cross/test@^0.0.8", "@cross/utils": "jsr:@cross/utils@^0.6.1", "@std/assert": "jsr:@std/assert@^0.220.1" + }, + "publish": { + "exclude": [".github", "*.test.ts"] } }