-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
consider renaming Bower package to jquery-touchSwipe #66
Comments
have submitted request to bower to re name the package. cant do it myself. |
I've never submitted a package to Bower before. How did you submit it the first time? Is there a registry like npm or did a github spider discover the repo? |
You can register via bower, but once registered you cant edit. You have to post on the bower github board and request an edit / removal of the package. Quite annoying - no idea how long it will take, but the git url appears to be the unique key, so I cant re register with a different name. You simply do So, just waiting to someone to manually edit the package name for me! |
Ahh okay. Thanks for the info. : ) |
still waiting for the guys managing bower to update this could take a while..... |
Well at least you've got your request in. It's not a big deal in the grand scheme of things, though consistency is nice. :) |
changed to jquery-touchswipe |
It seems like a common convention for jquery packages in bower is to use
jquery.<name>
orjquery-<name>
. That way you kind of namespace the package and people will know it's dependent on jquery from name alone.http://sindresorhus.com/bower-components
The text was updated successfully, but these errors were encountered: