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 d19b9c4 commit 6f4328bCopy full SHA for 6f4328b
1 file changed
package.json
@@ -8,16 +8,14 @@
8
"main": "index.js",
9
"types": "index.d.ts",
10
"napi": {
11
- "name": "we-rust-utils",
12
- "triples": {
13
- "additional": [
14
- "aarch64-apple-darwin",
15
- "x86_64-apple-darwin",
16
- "aarch64-unknown-linux-gnu",
17
- "x86_64-unknown-linux-gnu",
18
- "x86_64-pc-windows-msvc"
19
- ]
20
- }
+ "binaryName": "we-rust-utils",
+ "targets": [
+ "aarch64-apple-darwin",
+ "x86_64-apple-darwin",
+ "aarch64-unknown-linux-gnu",
+ "x86_64-unknown-linux-gnu",
+ "x86_64-pc-windows-msvc"
+ ]
21
},
22
"license": "MIT",
23
"devDependencies": {
0 commit comments