node-stream-zip
Advanced tools
Comparing version 1.8.0 to 1.8.1
/** | ||
* @license node-stream-zip | (c) 2015 Antelle | https://github.com/antelle/node-stream-zip/blob/master/MIT-LICENSE.txt | ||
* Portions copyright https://github.com/cthackers/adm-zip | https://raw.githubusercontent.com/cthackers/adm-zip/master/MIT-LICENSE.txt | ||
* @license node-stream-zip | (c) 2015 Antelle | https://github.com/antelle/node-stream-zip/blob/master/LICENSE | ||
* Portions copyright https://github.com/cthackers/adm-zip | https://raw.githubusercontent.com/cthackers/adm-zip/master/LICENSE | ||
*/ | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "node-stream-zip", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "node.js library for reading and extraction of ZIP archives", | ||
@@ -19,2 +19,3 @@ "keywords": [ | ||
"files": [ | ||
"LICENSE", | ||
"node_stream_zip.js" | ||
@@ -21,0 +22,0 @@ ], |
43129
4