Skip to content

Commit

Permalink
0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Mar 15, 2024
1 parent 54a50d6 commit ccd8992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import * as esbuild from "npm:[email protected]";
// 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 "jsr:@luca/esbuild-deno-loader@^0.10.2";
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.10.3";

const result = await esbuild.build({
plugins: [...denoPlugins()],
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luca/esbuild-deno-loader",
"version": "0.10.2",
"version": "0.10.3",
"exports": {
".": "./mod.ts",
"./esbuild_types": "./src/esbuild_types.ts"
Expand Down

0 comments on commit ccd8992

Please sign in to comment.