Skip to content

Commit

Permalink
fix: incorrect deno.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Jun 29, 2024
1 parent 9b480c1 commit 07b7b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4

- name: Setup repo
uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

"exports": {
".": "./src/mod.ts",
"drivers/sqlite": "./drivers/sqlite.ts",
"./drivers/sqlite": "./drivers/sqlite.ts",
}
}

0 comments on commit 07b7b3e

Please sign in to comment.