bower / registry

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

Error trying to re-register package after github account rename #141

Closed jonbnewman closed 9 years ago

jonbnewman commented 9 years ago

So I have (or had) a package registered with bower (footwork).

I may have messed things up so here is what I have done, any help would be appreciated.

1) I renamed my github username (reflectiveSingleton -> jonbnewman) 2) unregistered package i had registered for the old account (git@github.com:reflectiveSingleton/footwork.git) 3) tried to re-register using the new username (git@github.com:jonbnewman/footwork.git)

And now I am getting an EDUPLICATE error...but searching bower.io is now showing no results (ie: unregistering seemingly worked). I am able to still install via command line and bower.json with the regular 'footwork' name. I assume this is some sort of propagation issue and that I should be able to fix this soon?

Any help would be appreciated, I will be making a 1.0.0 release in the next 1-2 weeks and need to fix this prior to then...thanks.

jonbnewman commented 9 years ago

This seems to have resolved itself...I am closing this.