Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: update ipfs-repo errors require
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun authored and daviddias committed May 30, 2018
1 parent dcf5ea5 commit 4d1318d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"ipfs-block": "~0.7.1",
"ipfs-block-service": "~0.14.0",
"ipfs-multipart": "~0.1.0",
"ipfs-repo": "~0.22.0",
"ipfs-repo": "^0.22.1",
"ipfs-unixfs": "~0.1.14",
"ipfs-unixfs-engine": "~0.29.0",
"ipld": "~0.17.1",
Expand Down
2 changes: 1 addition & 1 deletion src/core/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const waterfall = require('async/waterfall')
const series = require('async/series')
const extend = require('deep-extend')
const RepoErrors = require('ipfs-repo/src/errors')
const RepoErrors = require('ipfs-repo').errors

// Boot an IPFS node depending on the options set
module.exports = (self) => {
Expand Down

0 comments on commit 4d1318d

Please sign in to comment.