angular-lazy-bootstrap icon indicating copy to clipboard operation
angular-lazy-bootstrap copied to clipboard

Please release a bower version

Open pmendelski opened this issue 9 years ago • 2 comments

Hi, first of all thank you for this module I used it many times.

Could you register it in bower?

pmendelski avatar Jan 27 '16 08:01 pmendelski

+1

ericzon avatar Jun 30 '16 13:06 ericzon

While +1 for simple bower integration.

Anyway, as a meantime workaround you can always do a bower install using full git repo url

bower install "https://github.com/rajeshsegu/angular-lazy-bootstrap.git" Output: bower angular-lazy-bootstrap#* not-cached https://github.com/rajeshsegu/angular-lazy-bootstrap.git#* bower angular-lazy-bootstrap#* resolve https://github.com/rajeshsegu/angular-lazy-bootstrap.git#* bower angular-lazy-bootstrap#* checkout master bower angular-lazy-bootstrap#* resolved https://github.com/rajeshsegu/angular-lazy-bootstrap.git#af628f2452

Which will install master branch as they aren't any version tag defined in this repo and will will save you dependency in bower.json.

Wolfium avatar Sep 05 '16 17:09 Wolfium