-
Notifications
You must be signed in to change notification settings - Fork 188
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
[enhancement] Add missing bower.json. #13
Comments
👍 |
don't forget this line : |
👍 |
3 similar comments
+1 |
👍 |
+1 |
I use Bower to manage this plugin as a dependency. It would be nice if it were registered, but since it isn't I use this route: {
"dependencies": {
"jquery-throttle-debounce": "https://github.com/cowboy/jquery-throttle-debounce.git#v1.1"
}
} |
+1 |
👍 I'm using another package that relies on this Fluidbox ... it would make dependency management simpler if this project was registered on bower. I'm using @ryanburnette's solution above for now, and I may suggest the Fluidbox maintainer does so also - however this is less than ideal. |
Hey, maintainer(s) of cowboy/jquery-throttle-debounce!
We at VersionEye are working hard to keep up the quality of the bower's registry.
We just finished our initial analysis of the quality of the Bower.io registry:
7530 - registered packages, 224 of them doesnt exists anymore;
We analysed 7306 existing packages and 1070 of them don't have bower.json on the master branch ( that's where a Bower client pulls a data ).
Sadly, your library
cowboy/jquery-throttle-debounce
is one of them.Can you spare 15 minutes to help us to make Bower better?
Just add a new file
bower.json
and change attributes.Read more about bower.json on the official spefication and nodejs semver library has great examples of proper versioning.
NB! Please validate your bower.json with jsonlint before commiting your updates.
Thank you!
Timo,
twitter: @versioneye
email: [email protected]
VersionEye - no more legacy software!
The text was updated successfully, but these errors were encountered: