regular / unbzip2-stream

streaming unbzip2 implementatio in pure javascript for node and browsers
Other
29 stars 23 forks source link

Missing unbzip2-stream.min.js #36

Closed sfriesel closed 4 years ago

sfriesel commented 4 years ago

The UMD file dist/unbzip2-stream.min.js is missing since version 1.4.0.

https://unpkg.com/browse/unbzip2-stream@1.3.3/dist/ https://unpkg.com/browse/unbzip2-stream@1.4.2/dist/

regular commented 4 years ago

ha, not sure if this ever was a problem for anyone :) I'd accept a PR that builds it via pre-publish script, though, if someone wants to procrastinate.

sfriesel commented 4 years ago

The readme advertises this as a feature/use case:

prepublish has been deprecated since npm4 in favor of prepare. There already is a prepare script which generates the file. Not sure how it did not end up in the releases.

regular commented 4 years ago

hmm, I see. Maybe I used a very old version of npm to publish. Thanks for bringing this up!

regular commented 4 years ago

Yes, that seems to have been the problem. I published using npm 6.14.5 and now it's back: https://unpkg.com/browse/unbzip2-stream@1.4.3/dist/