Skip to content

Commit cfb9c04

Browse files
committed
Overlapped bin entries is not compatibile with the mult-arch config
E.g. https://yarnpkg.com/configuration/yarnrc#supportedArchitectures
1 parent ab312cb commit cfb9c04

File tree

5 files changed

+0
-45
lines changed

5 files changed

+0
-45
lines changed

packages/@rescript/darwin-arm64/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@
2424
"bin.d.ts",
2525
"bin/"
2626
],
27-
"bin": {
28-
"bsb_helper.exe": "./bin/bsb_helper.exe",
29-
"bsc.exe": "./bin/bsc.exe",
30-
"ninja.exe": "./bin/ninja.exe",
31-
"rescript-editor-analysis.exe": "./bin/rescript-editor-analysis.exe",
32-
"rescript-tools.exe": "./bin/rescript-tools.exe",
33-
"rescript.exe": "./bin/rescript.exe",
34-
"rewatch.exe": "./bin/rewatch.exe"
35-
},
3627
"exports": "./bin.js",
3728
"preferUnplugged": true
3829
}

packages/@rescript/darwin-x64/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@
2424
"bin.d.ts",
2525
"bin/"
2626
],
27-
"bin": {
28-
"bsb_helper.exe": "./bin/bsb_helper.exe",
29-
"bsc.exe": "./bin/bsc.exe",
30-
"ninja.exe": "./bin/ninja.exe",
31-
"rescript-editor-analysis.exe": "./bin/rescript-editor-analysis.exe",
32-
"rescript-tools.exe": "./bin/rescript-tools.exe",
33-
"rescript.exe": "./bin/rescript.exe",
34-
"rewatch.exe": "./bin/rewatch.exe"
35-
},
3627
"exports": "./bin.js",
3728
"preferUnplugged": true
3829
}

packages/@rescript/linux-arm64/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@
2424
"bin.d.ts",
2525
"bin/"
2626
],
27-
"bin": {
28-
"bsb_helper.exe": "./bin/bsb_helper.exe",
29-
"bsc.exe": "./bin/bsc.exe",
30-
"ninja.exe": "./bin/ninja.exe",
31-
"rescript-editor-analysis.exe": "./bin/rescript-editor-analysis.exe",
32-
"rescript-tools.exe": "./bin/rescript-tools.exe",
33-
"rescript.exe": "./bin/rescript.exe",
34-
"rewatch.exe": "./bin/rewatch.exe"
35-
},
3627
"exports": "./bin.js",
3728
"preferUnplugged": true
3829
}

packages/@rescript/linux-x64/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@
2424
"bin.d.ts",
2525
"bin/"
2626
],
27-
"bin": {
28-
"bsb_helper.exe": "./bin/bsb_helper.exe",
29-
"bsc.exe": "./bin/bsc.exe",
30-
"ninja.exe": "./bin/ninja.exe",
31-
"rescript-editor-analysis.exe": "./bin/rescript-editor-analysis.exe",
32-
"rescript-tools.exe": "./bin/rescript-tools.exe",
33-
"rescript.exe": "./bin/rescript.exe",
34-
"rewatch.exe": "./bin/rewatch.exe"
35-
},
3627
"exports": "./bin.js",
3728
"preferUnplugged": true
3829
}

packages/@rescript/win32-x64/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@
2424
"bin.d.ts",
2525
"bin/"
2626
],
27-
"bin": {
28-
"bsb_helper.exe": "./bin/bsb_helper.exe",
29-
"bsc.exe": "./bin/bsc.exe",
30-
"ninja.exe": "./bin/ninja.exe",
31-
"rescript-editor-analysis.exe": "./bin/rescript-editor-analysis.exe",
32-
"rescript-tools.exe": "./bin/rescript-tools.exe",
33-
"rescript.exe": "./bin/rescript.exe",
34-
"rewatch.exe": "./bin/rewatch.exe"
35-
},
3627
"exports": "./bin.js",
3728
"preferUnplugged": true
3829
}

0 commit comments

Comments
 (0)