Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 7c9b917

Browse files
fix: Latest dep and linting
1 parent 5b5a124 commit 7c9b917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dignified.js": "^1.0.0",
4040
"fs-blob-store": "^5.2.1",
4141
"idb-plus-blob-store": "^1.0.0",
42-
"ipfs-repo": "^0.3.0",
42+
"ipfs-repo": "^0.6.1",
4343
"lodash": "^4.8.2",
4444
"ncp": "^2.0.0",
4545
"pre-commit": "^1.1.2",

test/block.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('block', () => {
1313
})
1414

1515
it('fail to create an empty block', () => {
16-
expect(() => new Block).to.throw()
16+
expect(() => new Block()).to.throw()
1717
})
1818

1919
it('2 different blocks have different hashes', () => {

0 commit comments

Comments
 (0)