gulp-vinyl-zip
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -39,2 +39,7 @@ 'use strict'; | ||
// directories | ||
if (/\/$/.test(entry.fileName)) { | ||
stat.mode = (stat.mode & ~constants.S_IFMT) | constants.S_IFDIR; | ||
} | ||
var file = { | ||
@@ -41,0 +46,0 @@ path: entry.fileName, |
{ | ||
"name": "gulp-vinyl-zip", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Streaming vinyl adapter for zip archives", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13400
318