File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The `options` object may contain the following properties:
3333- ` comment ` - * String* - Sets the zip archive comment.
3434- ` forceLocalTime ` - * Boolean* - Forces the archive to contain local file times instead of UTC.
3535- ` forceZip64 ` - * Boolean* - Forces the archive to contain ZIP64 headers.
36- - ` namePrependSlash ` - * Boolean* - Prepends a forward slash to file paths.
36+ - ` namePrependSlash ` - * Boolean* - Prepends a forward slash to archive file paths.
3737- ` store ` - * Boolean* - Sets the compression method to STORE.
3838- ` zlib ` - * Object* - Passed to [ zlib] ( https://nodejs.org/api/zlib.html#zlib_class_options ) to control compression
3939
@@ -59,7 +59,7 @@ The `data` object may contain the following properties:
5959- ` comment ` - * String* - The entry comment.
6060- ` date ` - * String | Date* - The entry date.
6161- ` mode ` - * Number* - The entry permissions.
62- - ` namePrependSlash ` - * Boolean* - Prepends a forward slash to file paths.
62+ - ` namePrependSlash ` - * Boolean* - Prepends a forward slash to archive file paths.
6363- ` store ` - * Boolean* - The compression method to STORE.
6464- ` type ` - * String* - The entry type. Defaults to ` directory ` if name ends with trailing slash.
6565
You can’t perform that action at this time.
0 commit comments