drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.38k stars 1.62k forks source link

Is v2.0 of this package available for install via bower? #256

Open marlongichie opened 9 years ago

marlongichie commented 9 years ago

Attempted to install version 2.0 via bower, but it only shows 1.0.1 & 1.0.2 available.

FernE97 commented 9 years ago

You can add it to your dependencies with the branch name until a real bower.json file is added.

"dependencies": {
    "iCheck": "2.x"
}

or

bower install iCheck#2.x

It should grab the latest commit.

ZeeCoder commented 9 years ago

I can confirm that this method works.