Skip to content

Commit

Permalink
Merge pull request #4 from danjm/master
Browse files Browse the repository at this point in the history
Bump mocha to version 4.0.0
  • Loading branch information
denisgranha committed Oct 12, 2017
2 parents 51a425d + 24660ba commit 9e845cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abi-decoder",
"version": "1.0.8",
"version": "1.0.9",
"description": "Nodejs and Javascript library for decoding data params and events from ethereum transactions\"",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,6 +33,6 @@
"webpack": "^2.2.1"
},
"devDependencies": {
"mocha": "^3.2.0"
"mocha": "^4.0.0"
}
}

0 comments on commit 9e845cd

Please sign in to comment.