From 473cd8cdba839f9412d0d1c99bd1af5d8a404f7d Mon Sep 17 00:00:00 2001 From: "s.uchihori" Date: Mon, 14 Apr 2025 16:59:29 +0900 Subject: [PATCH] fix --- deno.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deno.json b/deno.json index 567140e..76b7224 100644 --- a/deno.json +++ b/deno.json @@ -8,9 +8,5 @@ "exports": { ".": "./mod.ts", "./v0": "./v0.ts" - }, - "publish": { - "include": ["README.md", "LICENSE"], - "exclude": ["./**/*.test.ts"] } }