We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6abc3f commit 01fc730Copy full SHA for 01fc730
scripts/build.ts
@@ -1,5 +1,5 @@
1
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";
2
-import * as esbuild from "npm:esbuild@0.19.7";
+import * as esbuild from "npm:esbuild@0.19.8";
3
4
console.debug("Start dnt ...");
5
0 commit comments