From 0c20047308a5ba6f0479782d25d374e8852e1db7 Mon Sep 17 00:00:00 2001 From: Uriel Chemouni Date: Mon, 29 Jan 2024 10:20:20 +0100 Subject: [PATCH] update dnt version --- _build_npm.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_build_npm.ts b/_build_npm.ts index ffb79f2..c512a85 100644 --- a/_build_npm.ts +++ b/_build_npm.ts @@ -3,8 +3,8 @@ import { build, emptyDir, type PackageJson, -} from "https://deno.land/x/dnt@0.36.0/mod.ts"; -import * as pc from "https://deno.land/std@0.188.0/fmt/colors.ts"; +} from "https://deno.land/x/dnt@0.39.0/mod.ts"; +import * as pc from "https://deno.land/std@0.189.0/fmt/colors.ts"; export async function buildDnt() { let version = Deno.args[0];