Skip to content

Commit 5b1987e

Browse files
committed
test: fix tests by upgrading DashKeys to fix accidentally non-optional opts
1 parent a485260 commit 5b1987e

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@
3636
],
3737
"devDependencies": {
3838
"@dashincubator/secp256k1": "^1.7.1-5",
39+
"dashkeys": "^1.1.3",
3940
"dashphrase": "^1.4.0",
4041
"mocha": "^10.2.0",
4142
"mocha-lcov-reporter": "0.0.1"
4243
},
43-
"dependencies": {
44-
"dashkeys": "^1.1.1"
45-
},
4644
"scripts": {
4745
"lint": "npx -p [email protected] -- tsc -p ./jsconfig.json",
4846
"browser-test": "npx mochify@6 --wd -R spec",

0 commit comments

Comments
 (0)