bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

return a file object instead of the path in case the strip option is used #36

Closed mschaaf closed 9 years ago

mschaaf commented 10 years ago

prevents a call to file.path returns undefined

sindresorhus commented 10 years ago

Can you elaborate?

prust commented 9 years ago

@sindresorhus:

Can you elaborate?

It looks like this is an exact duplicate of #25 and a near-duplicate of #31 (#31 also fixes a windows pathing issue)

sindresorhus commented 9 years ago

https://github.com/bower/decompress-zip/pull/31