rndme/download

v1.4.8 not published to npm

Opened this issue · 3 comments

Although the commit history says you've updated the code to version 1.4.8, for some reason, npm doens't have 1.4.8. Attached is a screenshot taken from npm a few minutes ago. Can you publish the new version so that I can deprecate my fork?
screen shot 2018-06-06 at 11 33 58 am

Yes, please publish on npm.

In the meantime a workaround is to use master branch:

yarn upgrade downloadjs@rndme/download

Ping on this issue.

In the meantime a workaround is to use master branch:

It's better to specify the tag, in case any breaking changes get pushed to master:

yarn add downloadjs@https://github.com/rndme/download.git#v1.4.8

Ping again