Skip to content

Commit

Permalink
update dnt version
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh authored Jan 29, 2024
1 parent a75988c commit 0c20047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 0c20047

Please sign in to comment.