trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Bower warnings: mismatch: invalid-meta: missing "main" and "ignore" #745

Open jdufresne opened 10 years ago

jdufresne commented 10 years ago

When installing through Bower, I receive the following warnings for jqueryui-timepicker-addon:

$ bower install jqueryui-timepicker-addon
....
bower jqueryui-timepicker-addon#*       not-cached git://github.com/trentrichardson/jQuery-Timepicker-Addon.git#*
bower jqueryui-timepicker-addon#*          resolve git://github.com/trentrichardson/jQuery-Timepicker-Addon.git#*
bower jqueryui-timepicker-addon#*         download https://github.com/trentrichardson/jQuery-Timepicker-Addon/archive/v1.4.5.tar.gz
bower jqueryui-timepicker-addon#*          extract archive.tar.gz
bower jqueryui-timepicker-addon#*         mismatch Version declared in the json (1.4.4) is different than the resolved one (1.4.5)
bower jqueryui-timepicker-addon#*     invalid-meta jqueryui-timepicker-addon is missing "main" entry in bower.json
bower jqueryui-timepicker-addon#*     invalid-meta jqueryui-timepicker-addon is missing "ignore" entry in bower.json
bower jqueryui-timepicker-addon#*         resolved git://github.com/trentrichardson/jQuery-Timepicker-Addon.git#1.4.5

The words "mismatch" and "invalid-meta" are highlighted as warnings in the console. Looks like version needs to be updated and entries for "main" and "ignore" should be added.