From fc633affeb1b1ebe38debe5ffb91730317006c88 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Wed, 30 Nov 2016 11:31:11 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11871ff..6c51438 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ let zipPath = Pack.path('some/test/dir', (error, stdout, stderr) => { * `isSilent` `boolean`, `false`, will write only Errors to console. * `isSync` `boolean`, `true`, synchronous packaging. * `skipDirName` `boolean`, `true`, don't create extra directory inside ZIP archive. +* `zipOutputMaxBuffer` `int`, `1024 * 200`. ## Credits