Skip to content

Commit cfb7d11

Browse files
committed
chore: update dep interface-pull-blob-store
1 parent 14db902 commit cfb7d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"aegir": "^8.0.0",
2626
"chai": "^3.5.0",
27-
"interface-pull-blob-store": "^0.5.0",
27+
"interface-pull-blob-store": "^0.6.0",
2828
"rimraf": "^2.5.4"
2929
},
3030
"dependencies": {
@@ -45,4 +45,4 @@
4545
"type": "git",
4646
"url": "git+https://github.com/ipfs/js-fs-pull-blob-store.git"
4747
}
48-
}
48+
}

test/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const testSuite = require('interface-pull-blob-store')
3+
const testSuite = require('interface-pull-blob-store/lib/tests')
44
const path = require('path')
55
const os = require('os')
66
const rimraf = require('rimraf')

0 commit comments

Comments
 (0)