Skip to content

Commit

Permalink
chore: change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Jul 16, 2024
1 parent 906cca5 commit e7f363e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@andykais/torm",
"name": "@torm/sqlite",
"version": "1.4.0",

"tasks": {
Expand All @@ -14,7 +14,7 @@
},

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

0 comments on commit e7f363e

Please sign in to comment.