mafintosh / tar-stream

tar-stream is a streaming tar parser and generator.
MIT License
408 stars 92 forks source link

update bl dependency to ~0.8.1 #17

Closed andrewrk closed 10 years ago

andrewrk commented 10 years ago

I know this seems like a trivial pull request but I'm working on packaging up Groove Basin for Debian, which indirectly depends on the bl module twice, with conflicting versions. NPM handles these version conflicts by simultaneously depending on multiple versions, while Debian requires that there be only one version of everything for security reasons. Fortunately, the solution is simple - if tar-stream updates to the latest version of bl then everybody is happy.

I have verified that the tests still pass. I would be grateful if you merged this and published a new version.

mafintosh commented 10 years ago

Looks good! I'll release this as soon as substack/stream-browserify#7 is merged since otherwise the new bl breaks 0.8 compatibility (which I know a couple of people rely on for tar-stream)

mafintosh commented 10 years ago

Apparently you can fix 0.8 travis build by upgrading npm so I did that and it fixed the 0.8 tests. Thanks for contributing! This is released as 0.4.3

andrewrk commented 10 years ago

Thank you very much!