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

Commit

Permalink
fix: Latest dep and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 11, 2016
1 parent 5b5a124 commit 7c9b917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/block.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 7c9b917

Please sign in to comment.