Skip to content

Commit

Permalink
build: adding exec as native dependency for building
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Feb 28, 2024
1 parent 8b00fe3 commit 1ec4f26
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion npmDepsHash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256-vLSNKpWa3pl7KWrJnP+kvJfMBcCoKIxWvHdgHcGOlIE=
sha256-wOYCKtvfglsIw3H387L4Z0RSPbzgEPtf9bpDPBmngBA=
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@
"node_modules/@matrixai/quic-win32-x64/node.napi.node",
"node_modules/@matrixai/quic-win32-x64/package.json",
"node_modules/@matrixai/mdns-linux-x64/node.napi.node",
"node_modules/@matrixai/mdns-linux-x64/package.json"
"node_modules/@matrixai/mdns-linux-x64/package.json",
"node_modules/@matrixai/exec-linux-x64/node.napi.node",
"node_modules/@matrixai/exec-linux-x64/package.json",
"node_modules/@matrixai/exec-darwin-x64/node.napi.node",
"node_modules/@matrixai/exec-darwin-x64/package.json",
"node_modules/@matrixai/exec-darwin-arm64/node.napi.node",
"node_modules/@matrixai/exec-darwin-arm64/package.json"
],
"scripts": [
"dist/polykeyWorker.js"
Expand Down Expand Up @@ -102,6 +108,9 @@
"@matrixai/quic-darwin-x64": "*",
"@matrixai/quic-linux-x64": "*",
"@matrixai/quic-win32-x64": "*",
"@matrixai/exec-darwin-arm64": "*",
"@matrixai/exec-darwin-x64": "*",
"@matrixai/exec-linux-x64": "*",
"fd-lock": "*",
"sodium-native": "*",
"threads": "*"
Expand Down

0 comments on commit 1ec4f26

Please sign in to comment.