mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix(js): specify targets to build for
This commit is contained in:
parent
bab5136636
commit
27859e69cb
1 changed files with 6 additions and 1 deletions
7
dist/js/publish/package.json
vendored
7
dist/js/publish/package.json
vendored
|
@ -24,7 +24,12 @@
|
||||||
"@napi-rs/cli": "^2.18.4"
|
"@napi-rs/cli": "^2.18.4"
|
||||||
},
|
},
|
||||||
"napi": {
|
"napi": {
|
||||||
"name": "codemp"
|
"name": "codemp",
|
||||||
|
"targets": [
|
||||||
|
"x86_64-unknown-linux-gnu",
|
||||||
|
"x86_64-pc-windows-msvc",
|
||||||
|
"aarch64-apple-darwin"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@codemp/native-win32-x64-msvc": "0.0.4",
|
"@codemp/native-win32-x64-msvc": "0.0.4",
|
||||||
|
|
Loading…
Reference in a new issue