renvrant / conditionize.js

Small jQuery plugins for handling conditional form fields via data attributes. Unmaintained.
MIT License
53 stars 30 forks source link

add bower manifest file #1

Closed fourstacks closed 9 years ago

fourstacks commented 9 years ago

Hi @renvrant

Great little plugin - thanks for sharing! If you're open to a PR then I thought it might be nice to have this on Bower? Should be good to go - all you'll have to do is run:

bower register conditionize https://github.com/renvrant/conditionize.js

cmkshaw commented 9 years ago

:+1:

renvrant commented 9 years ago

Hey @FourStacks, thanks so much! I hadn't even thought of including it on Bower. Will happily merge your change in!

fourstacks commented 9 years ago

Thanks @renvrant!

fourstacks commented 9 years ago

Hi again! Just to let you know I've registered the package on bower but as they want all packages to adhere to semver tagging then you'll need to release a valid semver tag to get bower to recognise that there's a new (and currently single) release available. After that it should be listed under search on bower.

Cheers!