Skip to content

Commit 4445bd8

Browse files
author
AJ ONeal
committed
chore: update dev dep @dashincubator/[email protected]
1 parent c2eeb1c commit 4445bd8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ See DashKey's CLI README at
5959

6060
```sh
6161
npm install --save dashkeys
62-
npm install --save @dashincubator/secp256k1@1
62+
npm install --save @dashincubator/secp256k1@1.x
6363
```
6464

6565
```js
@@ -73,7 +73,7 @@ let toBytes = DashKeys.utils.hexToBytes;
7373
**Install**
7474

7575
```html
76-
<script src="https://unpkg.com/@dashincubator/secp256k1/secp256k1.js"></script>
76+
<script src="https://unpkg.com/@dashincubator/secp256k1@1.x/secp256k1.js"></script>
7777
<script src="https://unpkg.com/dashkeys/dashkeys.js"></script>
7878
```
7979

package-lock.json

Lines changed: 7 additions & 7 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
},
3939
"homepage": "https://github.com/dashhive/dashkeys.js#readme",
4040
"devDependencies": {
41-
"@dashincubator/secp256k1": "^1.7.1-2"
41+
"@dashincubator/secp256k1": "^1.7.1-5"
4242
}
4343
}

0 commit comments

Comments
 (0)