This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use latest multihashing-async as it is all promises now
- Loading branch information
1 parent
b6fbe7e
commit 162c230
Showing
5 changed files
with
25 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,5 @@ node_modules | |
|
||
dist | ||
package-lock.json | ||
yarn.lock | ||
yarn.lock | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,13 +28,13 @@ | |
"license": "MIT", | ||
"dependencies": { | ||
"bs58": "^4.0.1", | ||
"multihashing-async": "~0.6.0", | ||
"multihashing-async": "^0.7.0", | ||
"nodeify": "^1.0.1", | ||
"safe-buffer": "^5.1.2", | ||
"secp256k1": "^3.6.2" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^18.2.2", | ||
"aegir": "^19.0.5", | ||
"benchmark": "^2.1.4", | ||
"chai": "^4.2.0", | ||
"dirty-chai": "^2.0.1", | ||
|
@@ -61,4 +61,4 @@ | |
"Yusef Napora <[email protected]>", | ||
"dignifiedquire <[email protected]>" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters