mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix(js): specify which platforms to build for
This commit is contained in:
parent
241c3d6eb9
commit
c69dc2f68a
1 changed files with 8 additions and 5 deletions
13
dist/js/publish/package.json
vendored
13
dist/js/publish/package.json
vendored
|
@ -25,11 +25,14 @@
|
|||
},
|
||||
"napi": {
|
||||
"name": "codemp",
|
||||
"targets": [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-pc-windows-msvc",
|
||||
"aarch64-apple-darwin"
|
||||
]
|
||||
"triples": {
|
||||
"defaults": false,
|
||||
"additional": [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-pc-windows-msvc",
|
||||
"aarch64-apple-darwin"
|
||||
]
|
||||
}
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@codemp/native-win32-x64-msvc": "0.0.4",
|
||||
|
|
Loading…
Reference in a new issue