File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Archiver v0.21 .0
1+ # Archiver v1.0 .0
22
33[ ![ Build Status] ( https://travis-ci.org/archiverjs/node-archiver.svg?branch=master )] ( https://travis-ci.org/archiverjs/node-archiver ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true )] ( https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master )
44
@@ -19,7 +19,7 @@ var archiver = require('archiver');
1919var archive = archiver .create (' zip' , {}); // or archiver('zip', {});
2020```
2121
22- ## Custom Formats
22+ ## Formats
2323
2424Archiver ships with out of the box support for TAR and ZIP archives.
2525
Original file line number Diff line number Diff line change 11{
22 "name" : " archiver" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " a streaming interface for archive generation" ,
55 "homepage" : " https://github.com/archiverjs/node-archiver" ,
66 "author" : {
2929 "bench" : " node benchmark/simple/pack-zip.js"
3030 },
3131 "dependencies" : {
32- "archiver-utils" : " ^0.3 .0" ,
32+ "archiver-utils" : " ^1.0 .0" ,
3333 "async" : " ^1.5.0" ,
3434 "buffer-crc32" : " ^0.2.1" ,
3535 "glob" : " ^7.0.0" ,
3636 "lodash" : " ^4.8.0" ,
3737 "readable-stream" : " ^2.0.0" ,
3838 "tar-stream" : " ^1.5.0" ,
39- "zip-stream" : " ^0.8 .0"
39+ "zip-stream" : " ^1.0 .0"
4040 },
4141 "devDependencies" : {
4242 "archiver-jsdoc-theme" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments