bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.08k stars 438 forks source link

Rename component.json to bower.json and add ignore entry #96

Closed lboynton closed 9 years ago

lboynton commented 9 years ago

Use up-to-date filename for bower config file and add ignore entry. This should stop these bower notices showing when installing tinycolor:

bower deprecated Package tinycolor is using the deprecated component.json bower invalid-meta tinycolor is missing "ignore" entry in bower.json

lboynton commented 9 years ago

Thanks!

bgrins commented 9 years ago

Thanks for the PR! Just bumped to 1.2.0 so now calls to bower install tinycolor should not have the warning.

lboynton commented 9 years ago

Can confirm, thanks :)