chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

added component.json #33

Closed jstarry closed 10 years ago

jstarry commented 11 years ago

This adds support for component.

MoOx commented 11 years ago

Should be bower.json now :)

rschmukler commented 11 years ago

@MoOx This adds support for component, and also +1

chinchang commented 11 years ago

@jstarry @rschmukler How does this component thing work? Just putting a component.json will add the library?

MoOx commented 11 years ago

component.json is already deprecated for bower (it's bower.json now). Anyway you can just add the file to be able to consume correctly the repo as a package (but git url or user/repo will be needed). You can still register your package to bower so it can be grabbed from just a name.

rschmukler commented 11 years ago

@MoOX and @chinchang this is for the (in my opinion, superior to bower) package manager, component. To clarify, this is not for Bower.

component uses github as its package repository, so this enabled someone to consume this dependency by specifying 'chinchang/hint.css': 'version' in the dependency section of their component.json.

chinchang commented 10 years ago

Merged.