kenkeiter / skeuocard

Skeuocard progressively enhances credit card inputs to provide a skeuomorphic interface.
http://kenkeiter.com/skeuocard/
MIT License
3.23k stars 231 forks source link

Skeuocard is now packaged with Bower #66

Closed sjoness closed 11 years ago

sjoness commented 11 years ago

Users can now install this package by running $ bower install skeuocard.

Also whenever you release a new version, remember to $ git tag and then push the tag. This will allow users to install the latest stable version through Bower.

$ git tag X.Y.Z
$ git push origin X.Y.Z