From d33938f6c68667fdd6759426a6888bd5b0eeff7e Mon Sep 17 00:00:00 2001 From: Samuel Kopp <62482066+boywithkeyboard@users.noreply.github.com> Date: Wed, 13 Sep 2023 22:25:11 +0200 Subject: [PATCH] build: update the bundle script (#16) --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 514bb72..e0cd771 100644 --- a/deno.json +++ b/deno.json @@ -4,7 +4,7 @@ "singleQuote": true }, "tasks": { - "build": "deno run -A https://deno.land/x/cheetah@v1.3.1/build.ts#pin" + "build": "deno run -A https://deno.land/x/cheetah@v1.5.2/build.ts" }, "lock": false }