Skip to content

Commit f41f4c9

Browse files
committed
Fix repository URLs for native packages
1 parent 625bcc6 commit f41f4c9

File tree

7 files changed

+35
-7
lines changed

7 files changed

+35
-7
lines changed

npm/darwin-arm64/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@libsql/darwin-arm64",
33
"version": "0.6.0-pre.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"os": [
59
"darwin"
610
],
@@ -15,4 +19,4 @@
1519
"engines": {
1620
"node": ">= 10"
1721
}
18-
}
22+
}

npm/darwin-x64/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@libsql/darwin-x64",
33
"version": "0.6.0-pre.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"os": [
59
"darwin"
610
],
@@ -15,4 +19,4 @@
1519
"engines": {
1620
"node": ">= 10"
1721
}
18-
}
22+
}

npm/linux-arm64-gnu/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@libsql/linux-arm64-gnu",
33
"version": "0.6.0-pre.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"os": [
59
"linux"
610
],
@@ -18,4 +22,4 @@
1822
"libc": [
1923
"glibc"
2024
]
21-
}
25+
}

npm/linux-arm64-musl/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@libsql/linux-arm64-musl",
33
"version": "0.6.0-pre.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"os": [
59
"linux"
610
],
@@ -18,4 +22,4 @@
1822
"libc": [
1923
"musl"
2024
]
21-
}
25+
}

npm/linux-x64-gnu/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@libsql/linux-x64-gnu",
33
"version": "0.6.0-pre.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"os": [
59
"linux"
610
],
@@ -18,4 +22,4 @@
1822
"libc": [
1923
"glibc"
2024
]
21-
}
25+
}

npm/linux-x64-musl/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@libsql/linux-x64-musl",
33
"version": "0.6.0-pre.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"os": [
59
"linux"
610
],
@@ -18,4 +22,4 @@
1822
"libc": [
1923
"musl"
2024
]
21-
}
25+
}

npm/win32-x64-msvc/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@libsql/win32-x64-msvc",
33
"version": "0.6.0-pre.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/tursodatabase/libsql-js"
7+
},
48
"os": [
59
"win32"
610
],
@@ -15,4 +19,4 @@
1519
"engines": {
1620
"node": ">= 10"
1721
}
18-
}
22+
}

0 commit comments

Comments
 (0)