Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

[enhancement] Add missing bower.json. #134

Open
timgluz opened this issue Jan 7, 2014 · 1 comment
Open

[enhancement] Add missing bower.json. #134

timgluz opened this issue Jan 7, 2014 · 1 comment

Comments

@timgluz
Copy link

timgluz commented Jan 7, 2014

Hey, maintainer(s) of mindmup/bootstrap-wysiwyg!

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 mindmup/bootstrap-wysiwyg 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": "mindmup/bootstrap-wysiwyg",
  "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!

@nwhite89
Copy link

+1

steveathon referenced this issue in steveathon/bootstrap-wysiwyg Apr 28, 2014
…and #136

* Created examples
	- Basic (no toolbar)
	- Simple Toolbar
	- Clear formatting button as per request #138
* Moved layout to css/ src/ js/
* Added :focus support as per request #141
* Validated bower.json as per request #134 (Valid JSON)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants