Skip to content

Commit

Permalink
Update mocha dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 13, 2018
1 parent b531d57 commit d174fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
* `.walkEntries` awaits promise from callback (closes #1)
* `ZipFile` is not event emitter (closes #3)
* Test for `.open` returning rejected promise if IO error
* Update `mocha` dev dependency
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cross-env": "^5.1.4",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mocha": "^5.0.5"
"mocha": "^5.1.0"
},
"keywords": [
"yauzl",
Expand Down

0 comments on commit d174fa4

Please sign in to comment.