Skip to content

Commit 13fe81b

Browse files
authored
Add libc field to package.json (#388)
1 parent 4c312c4 commit 13fe81b

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

npm/linux-arm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "glibc",
1718
"cpu": [
1819
"arm"
1920
]

npm/linux-arm64/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "glibc",
1718
"cpu": [
1819
"arm64"
1920
]

npm/linux-musl-arm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "musl",
1718
"cpu": [
1819
"arm"
1920
]

npm/linux-musl-arm64/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "musl",
1718
"cpu": [
1819
"arm64"
1920
]

npm/linux-musl-riscv64/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "musl",
1718
"cpu": [
1819
"riscv64"
1920
]

npm/linux-musl-x64/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "musl",
1718
"cpu": [
1819
"x64"
1920
]

npm/linux-riscv64/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "glibc",
1718
"cpu": [
1819
"riscv64"
1920
]

npm/linux-x64/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"os": [
1515
"linux"
1616
],
17+
"libc": "glibc",
1718
"cpu": [
1819
"x64"
1920
]

0 commit comments

Comments
 (0)