apache / cordova

Apache Cordova
https://cordova.apache.org/
621 stars 64 forks source link

[npm] Clean up dist-tags #112

Open janpio opened 5 years ago

janpio commented 5 years ago

I noticed that the dist-tags of our npm packages sometimes have old stuff that could/should be removed:

https://www.npmjs.com/package/cordova-windows

    3.5.0   3.5.0
    7.0.0   latest
    3.6.3   rc
    7.1.0-nightly.2019.5.24.b950b256    nightly

Both rc and 3.5.0 should probably be deleted here.

janpio commented 5 years ago

It might also be worth to get rid of older nightlies in some automated way.