jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

rename component.json to bower.json #24

Closed dvberkel closed 11 years ago

dvberkel commented 11 years ago

When I use bower to install toc as a dependency the following warning is issued.

bower warn Package toc is still using the deprecated "component.json" file

As detailed in the Defining a Package of the Bower README the use of component.json is deprecated in favor of 'bower.json'. This pull request renamed the component.json to the preferred bower.json.