Skip to content

Commit df02d98

Browse files
committed
Fix repository URL in package.json
...needed for publish
1 parent a6f6fb8 commit df02d98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "libsql",
33
"version": "0.6.0-pre.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",
59
"os": [
610
"darwin",

0 commit comments

Comments
 (0)