Skip to content

Commit

Permalink
chore(deps): declare node-gyp dep
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 27, 2023
1 parent 65591e7 commit 728f98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion golang/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"dependencies": {
"bindings": "^1.2.1",
"napi-thread-safe-callback": "0.0.6",
"node-addon-api": "^1.7.1"
"node-addon-api": "^1.7.1",
"node-gyp": "^9.0.0"
},
"author": "Agoric",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ __metadata:
bindings: ^1.2.1
napi-thread-safe-callback: 0.0.6
node-addon-api: ^1.7.1
node-gyp: ^9.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 728f98d

Please sign in to comment.