bower warning about using the deprecated component.json
jamesmanning opened this issue · 2 comments
jamesmanning commented
jamesmanning commented
Looks like the 'fix' is just renaming the file from component.json to bower.json
http://bower.io/#defining-a-package
NOTE: In versions of Bower before 0.9.0 the package metadata file was called component.json rather than bower.json. This has changed to avoid a name clash with another tool. You can still use component.json for now but it is deprecated and the automatic fallback is likely to be removed in an upcoming release.
erost commented
thx for the warning, I renamed the file so it won't break when bower drops the support for the old one.