Skip to content

Commit 3d39f9a

Browse files
committed
add npm dirs for musl
1 parent 979c92e commit 3d39f9a

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "@turbo/repository-linux-arm64-musl",
3+
"version": "0.0.1-canary.4",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/vercel/turbo",
7+
"directory": "packages/turbo-repository/npm/linux-arm64-musl"
8+
},
9+
"os": [
10+
"linux"
11+
],
12+
"cpu": [
13+
"arm64"
14+
],
15+
"libc": [
16+
"glibc"
17+
],
18+
"main": "repository.linux-arm64-musl.node",
19+
"files": [
20+
"repository.linux-arm64-musl.node"
21+
],
22+
"license": "MPL-2.0",
23+
"engines": {
24+
"node": ">= 10"
25+
}
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "@turbo/repository-linux-x64-musl",
3+
"version": "0.0.1-canary.4",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/vercel/turbo",
7+
"directory": "packages/turbo-repository/npm/linux-x64-musl"
8+
},
9+
"os": [
10+
"linux"
11+
],
12+
"cpu": [
13+
"x64"
14+
],
15+
"libc": [
16+
"glibc"
17+
],
18+
"main": "repository.linux-x64-musl.node",
19+
"files": [
20+
"repository.linux-x64-musl.node"
21+
],
22+
"license": "MPL-2.0",
23+
"engines": {
24+
"node": ">= 10"
25+
}
26+
}

0 commit comments

Comments
 (0)