diff --git a/bundle.ts b/bundle.ts index c180177..94bb2d0 100644 --- a/bundle.ts +++ b/bundle.ts @@ -1,4 +1,4 @@ -import { bundle } from "https://deno.land/x/emit@0.33.0/mod.ts"; +import { bundle } from "https://deno.land/x/emit@0.35.0/mod.ts"; const bundleCode = async (file: string) => { const url = new URL(import.meta.resolve(file));