gulp-vinyl-zip
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -35,2 +35,7 @@ 'use strict'; | ||
// just skip directories | ||
if (/\/$/.test(entry.fileName)) { | ||
return; | ||
} | ||
var stat = new fs.Stats(); | ||
@@ -37,0 +42,0 @@ stat.mode = modeFromEntry(entry); |
{ | ||
"name": "gulp-vinyl-zip", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Streaming vinyl adapter for zip archives", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13029
310