Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 24, 2024
1 parent 56fc303 commit 1855bdb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions crates/infisical-napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"name": "@infisical/napi",
"napi": {
"name": "infisical",
"defaults": true,
"triples": {
"additional": [
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu"
]
"additional": [
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"i686-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"aarch64-apple-darwin",
"aarch64-linux-android",
"arm-linux-androideabi",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc"
]
}
},
"scripts": {
Expand Down

0 comments on commit 1855bdb

Please sign in to comment.