Skip to content

Commit

Permalink
fix: switch to cids v0.5.5
Browse files Browse the repository at this point in the history
Context: multiformats/js-cid@14ab8e4

License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
  • Loading branch information
lidel committed Sep 25, 2018
1 parent 2d12be6 commit c07a35f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c07a35f

Please sign in to comment.