Skip to content

Commit

Permalink
build(deps): bump deno.land/x/esbuild from v0.20.0 to v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Feb 26, 2024
1 parent 8b3a2da commit 3ee3d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { bundle } from "https://deno.land/x/[email protected]/mod.ts";
import { transform } from "https://deno.land/x/[email protected].0/mod.js";
import { transform } from "https://deno.land/x/[email protected].1/mod.js";

const result = await bundle(
new URL("../core/relays.ts", import.meta.url),
Expand Down
2 changes: 1 addition & 1 deletion deno.lock

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

0 comments on commit 3ee3d45

Please sign in to comment.