-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Context: multiformats/js-cid@14ab8e4 License: MIT Signed-off-by: Marcin Rataj <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "is-ipfs", | ||
"version": "0.4.6", | ||
"description": "A set of utilities to help identify IPFS resources", | ||
"leadMaintainer": "Marcin Rataj <[email protected]>", | ||
"main": "src/index.js", | ||
"browser": { | ||
"fs": false | ||
|
@@ -30,9 +31,9 @@ | |
"license": "MIT", | ||
"dependencies": { | ||
"bs58": "4.0.1", | ||
"cids": "0.5.4", | ||
"multibase": "0.4.0", | ||
"multihashes": "0.4.13" | ||
"cids": "~0.5.5", | ||
"multibase": "~0.4.0", | ||
"multihashes": "~0.4.13" | ||
}, | ||
"devDependencies": { | ||
"aegir": "15.0.1", | ||
|