download icon indicating copy to clipboard operation
download copied to clipboard

v1.4.8 not published to npm

Open huy-nguyen opened this issue 7 years ago • 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

huy-nguyen avatar Jun 06 '18 15:06 huy-nguyen

Yes, please publish on npm.

In the meantime a workaround is to use master branch:

yarn upgrade downloadjs@rndme/download

hyperknot avatar Jun 09 '18 18:06 hyperknot

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

mynameistechno avatar Jul 25 '18 05:07 mynameistechno

Ping again

chekoopa avatar Oct 09 '20 15:10 chekoopa