Skip to content

Commit

Permalink
Merge pull request #11 from ipfs/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update dep interface-pull-blob-store
  • Loading branch information
dignifiedquire committed Oct 24, 2016
2 parents 14db902 + cfb7d11 commit 8257233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"aegir": "^8.0.0",
"chai": "^3.5.0",
"interface-pull-blob-store": "^0.5.0",
"interface-pull-blob-store": "^0.6.0",
"rimraf": "^2.5.4"
},
"dependencies": {
Expand All @@ -45,4 +45,4 @@
"type": "git",
"url": "git+https://github.com/ipfs/js-fs-pull-blob-store.git"
}
}
}
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const testSuite = require('interface-pull-blob-store')
const testSuite = require('interface-pull-blob-store/lib/tests')
const path = require('path')
const os = require('os')
const rimraf = require('rimraf')
Expand Down

0 comments on commit 8257233

Please sign in to comment.