bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
293 stars 67 forks source link

Unregister Purescript Electron #279

Closed cjduncana closed 4 years ago

cjduncana commented 6 years ago

I’m taking over a package that the owner stopped developing on. I talked to the owner to have his package unregistered on bower to upload mine, and he did so. The problem that I have is that when I register my package, the registry still show information of the previous package. I am able to successfully register my package, yet when I want to download it using bower, the previous package is downloaded instead.

Can you unregister purescript-electron, so that I can upload my package?

sheerun commented 4 years ago

If you still want to unregister / modify this package you can send PR against this repository that modifies db/packages.json file. Please include proof that you are owner of this package. Please also mind that even if we remove/modify entry in bower registry, bower clients can have cache saved which needs to be cleaned with bower cache clean for each user. At this point it's better to leave registry entries unmodified, they won't hurt anyone.