bower / registry

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

Package registered twice, once with incorrect capitalisation in package name. #206

Closed jesseyuen closed 8 years ago

jesseyuen commented 8 years ago

I've registered https://github.com/humaan/Modaal/ on Bower today, once accidentally with the name Modaal (capital M), and then again with the correct spelling modaal.

I've been unsuccessful in deleting the first instance with the capital letter using:

bower unregister <package>

Is it best practice to have the capital M version removed or to leave both registered? Sorry to bother!

sheerun commented 8 years ago

done

jesseyuen commented 8 years ago

Hi @sheerun - so sorry to bother you again. I notice that in a package search on bower.io, Modaal is still indexed with a capital M only, and no results are available if searching for modaal in lowercase. Is there anything I need to do to enable only modaal in lowercase to return or is it a matter of time to re-index? Thanks again.

sheerun commented 8 years ago

Actually bower cli search works just fine, the web version is hosted by libraries.io, and it doesn't support case insensitive search and removing / changing registty entries. I think @andrew will work on it next week

jesseyuen commented 8 years ago

Brilliant - thanks again.