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

Commit 65fa506

Browse files
committed
chore: fix deps
1 parent d10594e commit 65fa506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files-regular/add.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const pull = require('pull-stream')
77
const path = require('path')
88
const expectTimeout = require('../utils/expect-timeout')
99
const { getDescribe, getIt, expect } = require('../utils/mocha')
10-
const { supportsFileReader } = require('ipfs-utils/src/supports')
10+
const { supportsFileReader } = require('js-ipfs-utils/src/supports')
1111

1212
module.exports = (createCommon, options) => {
1313
const describe = getDescribe(options)

0 commit comments

Comments
 (0)