bower / decompress-zip

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

unwanted folders #62

Open dirkk0 opened 6 years ago

dirkk0 commented 6 years ago

Hi, what would be the best way to filter out the dreaded 'MACOSX' folder? I tried ```filter: ( file ) => file.filename !== "MACOSX"```but that didn't work. Thanks, Dirk