ksylvest / jquery-lighter

A jQuery plugin for zoomable images.
http://ksylvest.github.com/jquery-lighter/
MIT License
53 stars 24 forks source link

Bower install fails #5

Closed martinsookael closed 9 years ago

martinsookael commented 9 years ago

$ bower install lighter --save bower not-cached git://github.com/ksylvest/jquery-lighter.git# bower resolve git://github.com/ksylvest/jquery-lighter.git# bower download https://github.com/ksylvest/jquery-lighter/archive/v1.2.0.tar.gz bower extract lighter#* archive.tar.gz bower EMALFORMED Failed to read /var/folders/01/1070ccns1g3d6wczrvcmf3x40000gn/T/myusername/bower/lighter-22817-XwmVAF/bower.json Additional error details: Unexpected token ]

martinsookael commented 9 years ago

My guess is, that it's the comma in the end of line here: https://github.com/ksylvest/jquery-lighter/blob/master/bower.json#L9

ksylvest commented 9 years ago

@martinsookael Sorry about that! Good catch it was the extra comma. I've release v1.2.1 with the fix.

martinsookael commented 9 years ago

Tested and works!