angular-owl-carousel icon indicating copy to clipboard operation
angular-owl-carousel copied to clipboard

Incorrect bower version

Open MokoJumbie opened this issue 8 years ago • 1 comments

The version in your bower.json is out of sync with your most recently tagged release, causing v0.1.0 to be installed with a bower install of this package.

MokoJumbie avatar Sep 16 '15 22:09 MokoJumbie

Yep, this is the full error

bower install --save angular-owl-carousel
bower not-cached    git://github.com/jonahbron/angular-owl-carousel.git#*
bower resolve       git://github.com/jonahbron/angular-owl-carousel.git#*
bower download      https://github.com/jonahbron/angular-owl-carousel/archive/v0.2.3.tar.gz
bower extract       angular-owl-carousel#* archive.tar.gz
bower mismatch      Version declared in the json (0.1.0) is different than the resolved one (0.2.3)
bower resolved      git://github.com/jonahbron/angular-owl-carousel.git#0.2.3
bower install       angular-owl-carousel#0.2.3

angular-owl-carousel#0.2.3 bower_components/angular-owl-carousel

simonh1000 avatar Jan 27 '16 16:01 simonh1000