We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b134fc commit e79066fCopy full SHA for e79066f
1 file changed
package.json
@@ -22,7 +22,15 @@
22
}
23
},
24
"#bare-universal": {
25
- "darwin": "./prebuilds/darwin-universal/bare"
+ "darwin": "./prebuilds/darwin-universal/bare",
26
+ "linux": {
27
+ "arm64": "./prebuilds/linux-arm64/bare",
28
+ "x64": "./prebuilds/linux-x64/bare"
29
+ },
30
+ "win32": {
31
+ "arm64": "./prebuilds/win32-arm64/bare.exe",
32
+ "x64": "./prebuilds/win32-x64/bare.exe"
33
+ }
34
35
"child_process": {
36
"bare": "bare-subprocess",
0 commit comments