SortableJS / ngx-sortablejs

Angular 2+ binding to SortableJS. Previously known as angular-sortablejs
https://sortablejs.github.io/ngx-sortablejs/
MIT License
466 stars 160 forks source link

wrong version tag latest on NPM? #212

Open gmaggiodev opened 3 years ago

gmaggiodev commented 3 years ago

The actual situation on NPM is that 9.0.0 is marked as latest and 10.0.0 has no tag. Probably this is due to NPM publish sequence.

If it is not intended, can you fix the tags please?

image

carbonhe commented 3 years ago

you can install with ngx-sortablejs@9.0.0 or ngx-sortablejs@10.0.0 , the lastest tag is not important.

gmaggiodev commented 3 years ago

Sure I know, but installing without @version install the 9.0.0 and this sounds strange to me. If it is not intended you could move the label with npm dist-tag add <pkg>@<version>. In this case should be:

npm dist-tag add ngx-sortablejs@10.0.0 latest

Anyway no problem if you do not want to change it. Thanks

carbonhe commented 3 years ago

Thank you for telling me this command,I will do it right away.

maciej-laskowski commented 3 years ago

I have experienced this issue as well a few days ago when I ran npm update. Works like a charm now!