Skip to content

Commit

Permalink
Add libc fields to Linux platform packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 16, 2022
1 parent ed1eeda commit 600d01a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -11,6 +11,7 @@
"files": [
"next-swc.linux-arm64-gnu.node"
],
"libc": ["glibc"],
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
Expand Up @@ -11,6 +11,7 @@
"files": [
"next-swc.linux-arm64-musl.node"
],
"libc": ["musl"],
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
Expand Up @@ -11,6 +11,7 @@
"files": [
"next-swc.linux-x64-gnu.node"
],
"libc": ["glibc"],
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
Expand Up @@ -11,6 +11,7 @@
"files": [
"next-swc.linux-x64-musl.node"
],
"libc": ["musl"],
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down

0 comments on commit 600d01a

Please sign in to comment.