download
download copied to clipboard
v1.4.8 not published to npm
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?

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