Skip to content

Commit

Permalink
feat: upgrade to js-ipfs 0.30
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Jul 11, 2018
1 parent e19f231 commit 6ca51df
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 241 deletions.
2 changes: 1 addition & 1 deletion add-on/src/lib/dir-view.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const filesize = require('filesize')
const mainStyle = require('ipfs/src/http/gateway/dir-view/style')
const mainStyle = require('ipfs-http-response/src/dir-view/style')

function buildFilesList (path, links) {
const rows = links.map((link) => {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@
"file-type": "8.0.0",
"filereader-pull-stream": "1.0.0",
"filesize": "3.6.1",
"ipfs": "0.29.3",
"ipfs-api": "22.2.1",
"ipfs": "0.30.0",
"ipfs-api": "22.2.3",
"ipfs-css": "0.5.2",
"ipfs-http-response": "^0.1.2",
"ipfs-postmsg-proxy": "3.0.0",
"is-ipfs": "0.3.2",
"is-svg": "3.0.0",
Expand Down

0 comments on commit 6ca51df

Please sign in to comment.