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"] } }