From 0ef3b3c61500d1807668e4722828909d5f9b157c Mon Sep 17 00:00:00 2001 From: Owais Jamil Date: Tue, 21 Oct 2025 09:08:21 -0500 Subject: [PATCH] fix: remove redundancy from deno conf --- lib/deno.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/deno.json b/lib/deno.json index 070fe9f..27243ec 100644 --- a/lib/deno.json +++ b/lib/deno.json @@ -10,6 +10,5 @@ "$debug": "./src/debug.ts", "$vebug": "./src/debug.ts", "$volt": "./src/index.ts" - }, - "publish": { "include": ["dist", "README.md", "LICENSE"] } + } } -- 2.51.2