Skip to content

Commit

Permalink
⬆️ Bump dnt from 0.33.1 to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Feb 5, 2024
1 parent 15ac350 commit 5684a69
Show file tree
Hide file tree
Showing 5 changed files with 1,737 additions and 683 deletions.
2 changes: 1 addition & 1 deletion _build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build as dnt } from "https://deno.land/x/dnt@0.33.1/mod.ts";
import { build as dnt } from "https://deno.land/x/dnt@0.40.0/mod.ts";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.20.0/mod.js";
import { ghDescribe } from "./core/mod.ts";
import * as git from "./git-wrapper/mod.ts";
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"run:deno": "deno run --allow-run cli/main.ts",
"run:node": "deno task build && node dist/cli.js",
"test": "deno fmt --check & deno lint & deno task unit",
"udd": "udd *.ts **/*.ts --dry-run",
"udd": "(rm -r dist/dnt || true) && udd *.ts **/*.ts --dry-run",
"unit": "deno test core"
}
}
106 changes: 61 additions & 45 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5684a69

Please sign in to comment.