-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unregister package requests #120
Comments
Trying to register 'gsap-js' gives:
but:
Could you check if it exists/unregister gsap-js ? [danheberden] 2013-05-21 - there are no packages named gsap, let alone no packages with |
Request to change package URL (or unregister): sass-hidpi URL should be: git://github.com/kaelig/hidpi.git (instead of git://github.com:kaelig/hidpi.git) 👍 [danheberden] updated |
'collection' The repo should be git://github.com/AlexGalays/collection-js.git Once this is done, please unregister 'collection-js' Many thanks 👍 [danheberden] 2013-05-21 updated |
Thanks! |
@satazor It'd be great if you could take care of the endpoints of the following bower packages:
|
Please unregister: Thanks! 👍 [danheberden] 2013-05-13 removed |
I seem to have made the common mistake of using the wrong repo path. Can you unregister SuperScrollorama so I can fix? Bad repo: Should be: 👍 [danheberden] updated the repo url for you |
Will someone be attending to this ticket soon? Bower is effectively useless to the community if registrations are incorrect because developers cannot rely on bower to automate installs and updates correctly. |
|
Was Lungo removed or renamed? I can no longer installed it. I get the follow errors:
It seems related to the Capitalization of "TapQuo". When I try to manually clone (FYI @soyjavi) 👍 [danheberden] 2013-05-21 fixed the git url |
Sorry for the delays - see comments inline in your particular request. |
Thanks Dan! I created the following packages when the lungo ones were broken. Feel free to remove them. lungo-angular-bridge-fixed No rush on these. Mucho gracias |
Please rename git-pu-video to pu-video. Thank you! |
I am trying to unregister a bower package called fieldtrip-extend-record. I am a collaborator but when I run the one below I am getting the error that I am not a collaborator. Is it possible to manually unregister it for me? |
Please re-register: |
Please re-register inject [email protected]:linkedin/inject-bower.git to [email protected]:linkedin/inject.git. It was asked for in a previous comment #120 (comment), but it hasn't been done. :) |
Thank you for using Bower! |
Can you please process @seba-1511's request so that the package
Thanks! |
Hello - I need to get a bower package unregistered from my name / github account, as the repository was moved. The original repository was derickbailey/backbone.syphon - the package was backbone.syphon if you could get that package unregistered so that the new team maintaining it can register the new version, that would be awesome. thanks! |
Can you remove the package jquery-loadtemplate? I removed the github repository and need the package to be deleted. Thank you! |
|
Hello, could you please move the model-validator package? From: git://github.com/dasnervtdoch/model-validator GitHub account has been renamed. Thanks very much! |
No need to say thanks. Thank you for using Bower 🐦 |
Hi - can you please unregister jwt-decode-test ? Thanks! |
Need to remove ember-cli-skycons-shim. Ended up not needing it. The curl for me keeps returning a 404 :( |
Hello, could you please move the From: git://github.com/Jeff-Mott-OR/CryptoJS.git Since the original repo doesn't exists anymore and my one is already well known on |
As a follow up for comment #120 (comment) -- the package is currently registered as |
Hello, Could you please unregister the |
Hello, Thank you! |
Hey everyone. Bower 1.4.0 now includes If you're still unable to unregister your component, please open an issue on bower/registry. |
Edit (April 2014): Updated by @paulirish & @sheerun
Package unregistering will be available via
bower unregister <package>
soon, but for now, you can unregister packages yourself usingcurl
, if the package is hosted on GitHub and you're an owner or collaborator.curl -X DELETE "https://bower.herokuapp.com/packages/PACKAGE?access_token=TOKEN"
PACKAGE
is the package name you want to delete andTOKEN
is GitHub's Personal Access Token that you can fetch from here: https://github.com/settings/applicationsbower cache clean
after your change.If the above doesn't work for you, we can handle your case manually (and please post below). And again, soon we'll be addressing the remaining issues so this is much easier for everyone. :) Cheers.
The text was updated successfully, but these errors were encountered: