Skip to content

Commit

Permalink
Merge pull request #48 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 Jan 14, 2024
2 parents af75c60 + 9f6bbb1 commit 5f62056
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.32.0/mod.ts";
import { bundle } from "https://deno.land/x/emit@0.33.0/mod.ts";

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

0 comments on commit 5f62056

Please sign in to comment.