Skip to content

Commit

Permalink
Release 0.8.3 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Jan 11, 2024
1 parent 3fed84c commit 7f42ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as esbuild from "https://deno.land/x/[email protected]/mod.js";
// permitted, such as Deno Deploy, or when running without `--allow-run`.
// import * as esbuild from "https://deno.land/x/[email protected]/wasm.js";

import { denoPlugins } from "https://deno.land/x/[email protected].2/mod.ts";
import { denoPlugins } from "https://deno.land/x/[email protected].3/mod.ts";

const result = await esbuild.build({
plugins: [...denoPlugins()],
Expand Down

0 comments on commit 7f42ad8

Please sign in to comment.