aterrien / jQuery-Knob

Nice, downward compatible, touchable, jQuery dial
http://anthonyterrien.com/knob/
MIT License
5.03k stars 1.24k forks source link

bower install jquery-knob --save leads to a wrong entry in bower.json #311

Closed purpleferret closed 8 years ago

purpleferret commented 9 years ago

with this command the registered jquery-knob is downloaded but the resulting dependency entry in bower.json does not work: "aterrien/jQuery-Knob": "jquery-knob#~1.2.12" With this a bower install results in: bower jQuery-Knob=jquery-knob#~1.2.12 ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/aterrien/jQuery-Knob=jquery-knob.git", exit code of #128 fatal: remote error: aterrien/jQuery-Knob=jquery-knob is not a valid repository name Email support@github.com for help

I fixed my bower.json with using the following entry instead: "jquery-knob": "#~1.2.12" (this changes the installation location as well)

aterrien commented 8 years ago

Fixed in 1.2.13.