Skip to content

Commit

Permalink
Update js-ipfs-api, fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
mateon1 committed Mar 19, 2017
1 parent c45c342 commit f20a858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/app/background/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function updatePeersCount () {
}

chrome.storage.local.set({
peersCount: res.Strings.length,
peersCount: res.length,
running: true
})
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"css-box-sizing-border-box": "^0.1.0",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"ipfs-api": "^2.11.0",
"ipfs-api": "^12.1.7",
"ipfs-logo": "github:ipfs/logo",
"is-ipfs": "0.0.4",
"json-loader": "^0.5.3",
Expand Down

0 comments on commit f20a858

Please sign in to comment.