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

Commit a50d91b

Browse files
committed
chore: fix deps
1 parent 5879f37 commit a50d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files-regular/add.js

Lines changed: 1 addition & 1 deletion
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)