Commit 4d7be97 1 parent a6059ce commit 4d7be97 Copy full SHA for 4d7be97
File tree 3 files changed +55
-1
lines changed
packages/turbo-repository
3 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 20
20
"@turbo/repository-linux-x64-musl" : " 0.0.1-canary.12" ,
21
21
"@turbo/repository-linux-arm64-musl" : " 0.0.1-canary.12" ,
22
22
"@turbo/repository-win32-x64-msvc" : " 0.0.1-canary.12" ,
23
- "@turbo/repository-win32-arm64-msvc" : " 0.0.1-canary.12"
23
+ "@turbo/repository-win32-arm64-msvc" : " 0.0.1-canary.12" ,
24
+ "@turbo/repository-linux-arm64-gnu" : " 0.0.1-canary.12" ,
25
+ "@turbo/repository-linux-x64-gnu" : " 0.0.1-canary.12"
24
26
}
25
27
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @turbo/repository-linux-arm64-gnu" ,
3
+ "version" : " 0.0.1-canary.12" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/vercel/turborepo" ,
7
+ "directory" : " packages/turbo-repository/npm/linux-arm64-gnu"
8
+ },
9
+ "os" : [
10
+ " linux"
11
+ ],
12
+ "cpu" : [
13
+ " arm64"
14
+ ],
15
+ "libc" : [
16
+ " glibc"
17
+ ],
18
+ "main" : " repository.linux-arm64-gnu.node" ,
19
+ "files" : [
20
+ " repository.linux-arm64-gnu.node"
21
+ ],
22
+ "license" : " MIT" ,
23
+ "engines" : {
24
+ "node" : " >= 10"
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @turbo/repository-linux-x64-gnu" ,
3
+ "version" : " 0.0.1-canary.12" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/vercel/turborepo" ,
7
+ "directory" : " packages/turbo-repository/npm/linux-x64-gnu"
8
+ },
9
+ "os" : [
10
+ " linux"
11
+ ],
12
+ "cpu" : [
13
+ " x64"
14
+ ],
15
+ "libc" : [
16
+ " glibc"
17
+ ],
18
+ "main" : " repository.linux-x64-gnu.node" ,
19
+ "files" : [
20
+ " repository.linux-x64-gnu.node"
21
+ ],
22
+ "license" : " MIT" ,
23
+ "engines" : {
24
+ "node" : " >= 10"
25
+ }
26
+ }
You can’t perform that action at this time.
0 commit comments