selectivizr icon indicating copy to clipboard operation
selectivizr copied to clipboard

[enhancement] Add missing bower.json.

Open timgluz opened this issue 10 years ago • 7 comments

Hey, maintainer(s) of keithclark/selectivizr!

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 keithclark/selectivizr 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": "keithclark/selectivizr",
  "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: [email protected] VersionEye - no more legacy software!

timgluz avatar Jan 07 '14 10:01 timgluz

+1

jpdevries avatar Feb 19 '14 08:02 jpdevries

https://github.com/keithclark/selectivizr/issues/80

zamber avatar Jul 14 '14 10:07 zamber

+1

PikachuEXE avatar Jul 15 '14 05:07 PikachuEXE

+1

austinpray avatar Aug 04 '14 21:08 austinpray

+1

harm-less avatar Mar 27 '15 09:03 harm-less

+1

dasginganinja avatar Jun 11 '15 12:06 dasginganinja

Yeah, will not happen. Keith stated in another issue that he would accept pull requests if these would meet his standards but the repo did not see any commits in 3 years. Search for a fork or DIY.

zamber avatar Jul 01 '15 10:07 zamber