jcubic/jquery.splitter

[enhancement] Add missing bower.json.

timgluz opened this issue · 8 comments

Hey, maintainer(s) of jcubic/jquery.splitter!

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 jcubic/jquery.splitter 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.

{
  "name": "jcubic/jquery.splitter",
  "version": "1.0.0",
  "main": "path/to/main.css",
  "description": "please add it",
  "license": "Eclipse",
  "ignore": [
    ".jshintrc",
    "**/*.txt"
  ],
  "dependencies": {
    "<dependency_name>": "<semantic_version>",
    "<dependency_name>": "<Local_folder>",
    "<dependency_name>": "<package>"
  },
  "devDependencies": {
    "<test-framework-name>": "<version>"
  }
}

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: timo@versioneye.com
VersionEye - no more legacy software!

Is jquery.splitter in bowser registery? I've never added it, I don't use bower.

OK, can you contact with bower maintainers and tell them. Maybe they stop ignoring that feature request. Btw, here's documentation how to remove your library: http://bower.io/#registering-packages

If it's in registry then I can add bower.json file, it's not the problem. What should I do after adding a file? Should I have github hook like in jquery registry? I have version tags for jquery registry.

Adding bower.json is enough; No extra work required;

Thanks!

Hi @jcubic ,

Could you add a new file bower.json and specify a version number with the following attributes? It will help those who are using Bower package manager. Thanks.

{
"name": "jcubic/jquery.splitter",
"version": "0.14.0",
"main": [
"./js/jquery.splitter-0.14.0.js"
],
"description": "jQuery Splitter is plugin that split your content with movable splitter between them",
"license": "GNU Lesser General Public License"
}

@cheton added a file with content you provide.

Sorry to bother you again about this. Could you push your tags to mark commits with version numbers. The last release 0.12.0 is not up-to-date.with the newest version 0.14.0. Thanks.

https://github.com/jcubic/jquery.splitter/releases

Added tag 0.14.0 and also update jquery json file. Thanks for your bower help.