Skip to content

Commit

Permalink
Merge pull request #413 from tableflip/fix/ipfs-swarm-peers
Browse files Browse the repository at this point in the history
Fixes ipfs.swarm.peers call when using js-ipfs-api
  • Loading branch information
lidel authored Mar 6, 2018
2 parents c3c1cfd + df1d823 commit c97f484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ipfs": "0.27.7",
"ipfs-api": "18.1.1",
"ipfs-css": "0.2.0",
"ipfs-postmsg-proxy": "2.8.3",
"ipfs-postmsg-proxy": "2.8.4",
"is-ipfs": "0.3.2",
"is-svg": "3.0.0",
"lru_map": "0.3.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4064,9 +4064,9 @@ ipfs-multipart@~0.1.0:
content "^3.0.0"
dicer "^0.2.5"

ipfs-postmsg-proxy@2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.8.3.tgz#a8ebb6b7ae0ae76d388d6a3422cdb4b469cc45a2"
ipfs-postmsg-proxy@2.8.4:
version "2.8.4"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.8.4.tgz#eb1d1f0e78e0ee63664081abbb7dc2b126034fc0"
dependencies:
big.js "^5.0.3"
callbackify "^1.1.0"
Expand Down

0 comments on commit c97f484

Please sign in to comment.