erost / ng-videosharing-embed

embed youtube/vimeo/dailymotion videos using AngularJS directives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bower warning about using the deprecated component.json

jamesmanning opened this issue · comments

Not sure how much this matters or not, but when I installed this module via bower just now, it included a warning message about using the deprecated component.json

image

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.

thx for the warning, I renamed the file so it won't break when bower drops the support for the old one.