Skip to content

Commit

Permalink
Merge pull request #58 from swfz/renovate/https-deno.land-x-emit-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
swfz authored Apr 27, 2024
2 parents 601ed0b + f46769c commit 3a93aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bundle } from "https://deno.land/x/emit@0.38.2/mod.ts";
import { bundle } from "https://deno.land/x/emit@0.40.0/mod.ts";

const bundleCode = async (file: string) => {
const url = new URL(import.meta.resolve(file));
Expand Down

0 comments on commit 3a93aeb

Please sign in to comment.