Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed May 3, 2019
1 parent d10594e commit 65fa506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files-regular/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const pull = require('pull-stream')
const path = require('path')
const expectTimeout = require('../utils/expect-timeout')
const { getDescribe, getIt, expect } = require('../utils/mocha')
const { supportsFileReader } = require('ipfs-utils/src/supports')
const { supportsFileReader } = require('js-ipfs-utils/src/supports')

module.exports = (createCommon, options) => {
const describe = getDescribe(options)
Expand Down

0 comments on commit 65fa506

Please sign in to comment.