bower / registry

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

Move angular-ui-router to new repo #179

Closed christopherthielen closed 8 years ago

christopherthielen commented 8 years ago

Please move bower package "angular-ui-router"

From: https://github.com/angular-ui/ui-router To: https://github.com/angular-ui/angular-ui-router-bower

desandro commented 8 years ago

angular-ui-router has been unregistered :heavy_multiplication_x: . Once you have created bower.json on the new repo you can re-register it.

bower register angular-ui-router git://github.com/angular-ui/angular-ui-router-bower.git
christopherthielen commented 8 years ago

edit: nevermind, I didn't understand how bower worked.

I now understand that ownership is linked to the github organization. I logged into bower, unregistered and re-registered.

Thanks!