Skip to content

Commit db12228

Browse files
committed
Fix native package naming
This is the naming convention napi-rs uses.
1 parent 87bbd7f commit db12228

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@libsql/darwin-arm64",
2+
"name": "libsql-darwin-arm64",
33
"version": "0.6.0-pre.9",
44
"repository": {
55
"type": "git",
@@ -19,4 +19,4 @@
1919
"engines": {
2020
"node": ">= 10"
2121
}
22-
}
22+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@libsql/darwin-x64",
2+
"name": "libsql-darwin-x64",
33
"version": "0.6.0-pre.9",
44
"repository": {
55
"type": "git",
@@ -19,4 +19,4 @@
1919
"engines": {
2020
"node": ">= 10"
2121
}
22-
}
22+
}

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@libsql/linux-arm64-gnu",
2+
"name": "libsql-linux-arm64-gnu",
33
"version": "0.6.0-pre.9",
44
"repository": {
55
"type": "git",
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"glibc"
2424
]
25-
}
25+
}

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@libsql/linux-x64-gnu",
2+
"name": "libsql-linux-x64-gnu",
33
"version": "0.6.0-pre.9",
44
"repository": {
55
"type": "git",
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"glibc"
2424
]
25-
}
25+
}

npm/linux-x64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@libsql/linux-x64-musl",
2+
"name": "libsql-linux-x64-musl",
33
"version": "0.6.0-pre.9",
44
"repository": {
55
"type": "git",
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"musl"
2424
]
25-
}
25+
}

0 commit comments

Comments
 (0)