Skip to content

Commit

Permalink
jsr support
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Mar 1, 2024
1 parent f638023 commit fa99ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sqlite3",
"name": "@db/sqlite",
"version": "0.11.0",
"github": "https://github.com/denodrivers/sqlite3",

Expand Down
2 changes: 1 addition & 1 deletion src/ffi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ try {
lib = (
await dlopen(
{
name: meta.name,
name: "sqlite3",
url: `${meta.github}/releases/download/${meta.version}/`,
suffixes: {
aarch64: "_aarch64",
Expand Down

0 comments on commit fa99ea8

Please sign in to comment.