Skip to content

Commit

Permalink
chore: Bump dnt version
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Feb 22, 2024
1 parent 5438e1e commit bbd5d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_breeze_for_npm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build, emptyDir } from "https://deno.land/x/dnt@0.30.0/mod.ts";
import { build, emptyDir } from "https://deno.land/x/dnt@0.40.0/mod.ts";
import { path } from "./server-deps.ts";

async function buildForNpm(name: string, version: string) {
Expand Down
2 changes: 1 addition & 1 deletion build_gustwind_for_npm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build, emptyDir } from "https://deno.land/x/dnt@0.30.0/mod.ts";
import { build, emptyDir } from "https://deno.land/x/dnt@0.40.0/mod.ts";
import { path } from "./server-deps.ts";

async function buildForNpm(name: string, version: string) {
Expand Down
2 changes: 1 addition & 1 deletion build_htmlisp_for_npm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build, emptyDir } from "https://deno.land/x/dnt@0.30.0/mod.ts";
import { build, emptyDir } from "https://deno.land/x/dnt@0.40.0/mod.ts";
import { path } from "./server-deps.ts";

async function buildForNpm(name: string, version: string) {
Expand Down

0 comments on commit bbd5d92

Please sign in to comment.