Skip to content

Commit

Permalink
ci: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jul 9, 2024
1 parent 979af54 commit 023eaaa
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@
"main": "index.js",
"types": "index.d.ts",
"napi": {
"name": "react-server-action",
"binaryName": "react-server-action",
"packageName": "react-server-action",
"targets": [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-pc-windows-msvc",
"aarch64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"x86_64-apple-darwin",
"aarch64-apple-darwin"
"x86_64-unknown-linux-musl",
"i686-pc-windows-msvc",
"armv7-linux-androideabi",
"wasm32-wasip1-threads"
]
},
"license": "MIT",
Expand Down

0 comments on commit 023eaaa

Please sign in to comment.