Skip to content

Commit 7166d99

Browse files
committedApr 19, 2024
chore: update deps
1 parent 9e4d3a1 commit 7166d99

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Server and browser compatible. Vanilla JS. 0 Dependencies.
2424

2525
```sh
2626
npm install --save @dashincubator/secp256k1
27+
npm install --save dashkeys
2728
npm install --save dashtx
2829
```
2930

‎package-lock.json

+15-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"homepage": "https://github.com/dashhive/dashtx.js#readme",
4848
"devDependencies": {
4949
"@dashincubator/secp256k1": "^1.7.1-5",
50-
"@types/node": "^20.11.30",
51-
"dashkeys": "^1.0.1",
50+
"@types/node": "^20.12.7",
51+
"dashkeys": "^1.1.0",
5252
"zora": "^5.2.0"
5353
}
5454
}

0 commit comments

Comments
 (0)
Please sign in to comment.