From 7c9b9170ecb2868d2198f3485fc17b20e162fa3f Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 11 Apr 2016 10:20:01 +0200 Subject: [PATCH] fix: Latest dep and linting --- package.json | 2 +- test/block.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1248abf..62d3ebb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dignified.js": "^1.0.0", "fs-blob-store": "^5.2.1", "idb-plus-blob-store": "^1.0.0", - "ipfs-repo": "^0.3.0", + "ipfs-repo": "^0.6.1", "lodash": "^4.8.2", "ncp": "^2.0.0", "pre-commit": "^1.1.2", diff --git a/test/block.spec.js b/test/block.spec.js index ead7ab3..4e23505 100644 --- a/test/block.spec.js +++ b/test/block.spec.js @@ -13,7 +13,7 @@ describe('block', () => { }) it('fail to create an empty block', () => { - expect(() => new Block).to.throw() + expect(() => new Block()).to.throw() }) it('2 different blocks have different hashes', () => {