From b5deaa4a54e2a3829f60c33fecef37e7a96473ea Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:32:36 -0400 Subject: [PATCH] chore(bundle): revert attempt npm publishing --- bundle/deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/deno.jsonc b/bundle/deno.jsonc index 35bb799d..24fa9600 100644 --- a/bundle/deno.jsonc +++ b/bundle/deno.jsonc @@ -25,7 +25,7 @@ "type": "git", "url": "git+https://github.com/lowlighter/libs.git" }, - "npm": true, + "npm": false, "exports": { ".": "./mod.ts", "./ts": "./ts/mod.ts",