diff --git a/index.js b/index.js index e56272d..d9aa793 100644 --- a/index.js +++ b/index.js @@ -78,6 +78,7 @@ function processEntry (entry, cb) { if (entry.isFile) { entry.file(function (file) { + file.fullPath = entry.fullPath // preserve pathing for consumer cb(null, file) }) } else if (entry.isDirectory) {