Skip to content

Commit 8257233

Browse files
Merge pull request #11 from ipfs/chore/update-deps
chore: update dep interface-pull-blob-store
2 parents 14db902 + cfb7d11 commit 8257233

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
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

+1-1
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)