From cfb7d11b64b48fedc455d7e89765f4bc419e76b6 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 24 Oct 2016 14:50:28 +0200 Subject: [PATCH] chore: update dep interface-pull-blob-store --- package.json | 4 ++-- test/index.spec.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bb9e42e..1600226 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -45,4 +45,4 @@ "type": "git", "url": "git+https://github.com/ipfs/js-fs-pull-blob-store.git" } -} \ No newline at end of file +} diff --git a/test/index.spec.js b/test/index.spec.js index 30fe47b..d50ad60 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -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')