Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Mar 15, 2024
1 parent 3c84176 commit 1903397
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
deno: [v1.x, canary]
os: [macOS-latest, windows-latest, ubuntu-latest]

permissions:
contents: read
id-token: write

steps:
- name: Setup repo
uses: actions/checkout@v4
Expand Down
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 "npm:[email protected]";

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

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.1",
"version": "0.10.2",
"exports": "./mod.ts",
"imports": {
"@std/assert": "jsr:@std/[email protected]",
Expand Down

0 comments on commit 1903397

Please sign in to comment.