bower / decompress-zip

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

Fix 2 bugs when strip number > 0 #31

Closed missing1984 closed 9 years ago

missing1984 commented 10 years ago

1) the map function should return file instance; 2) in windows ,the path.sep("\") is not equals to the file seperator("/") in zip entry

sindresorhus commented 10 years ago

Can you add a test?