Skip to content

Commit

Permalink
pkg: update hs-client and bcurl with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed May 14, 2022
1 parent 22665a3 commit 198b493
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"bval": "~0.1.6",
"bweb": "~0.1.10",
"goosig": "~0.10.0",
"hs-client": "~0.0.10",
"hs-client": "~0.0.11",
"n64": "~0.2.10",
"urkel": "~0.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/node-rpc-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const clientOptions = {
};

const errs = {
MISC_ERROR: -1 >>> 0
MISC_ERROR: -1
};

describe('RPC', function() {
Expand Down

0 comments on commit 198b493

Please sign in to comment.