Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Dec 6, 2024
1 parent 68136d5 commit 2bc9a9d
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:esbuild@0.20.2";
// permitted, such as Deno Deploy, or when running without `--allow-run`.
// import * as esbuild from "https://deno.land/x/esbuild@0.20.2/wasm.js";

import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.11.0";
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.11.1";

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.11.0",
"version": "0.11.1",
"exports": {
".": "./mod.ts",
"./esbuild_types": "./src/esbuild_types.ts"
Expand Down

0 comments on commit 2bc9a9d

Please sign in to comment.