Skip to content

Commit

Permalink
npm publish 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thrackle committed Jun 18, 2016
1 parent 72b912c commit f69ae84
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.1 / 2016-06-18
==================

* Fix calling of `cb`, which broke after switching to `zip-stream`

2.0.0 / 2015-01-27
==================

Expand Down
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "express-zip",
"description": "stream multiple files to the browser as a single zip, in pure node.",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Craig McDonald (thrackle)",
"email": "oss@thrackle.com"
},
"contributors": [{
"name": "Tan Li Hau",
"url": "https://github.com/tanhauhau"
}, {
"name": "Vihang Mehta",
"url": "https://github.com/vihangm"
}, {
"name": "Eugene Lynch",
"url": "https://github.com/data-doge"
}, {
"name": "Paul Spicer",
"url": "https://github.com/pdspicer"
}],
"dependencies": {
"async": "0.9.0",
"zip-stream": "0.5.0"
Expand Down

0 comments on commit f69ae84

Please sign in to comment.