Closed sjoness closed 11 years ago
Users can now install this package by running $ bower install skeuocard.
$ 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
$ git tag X.Y.Z $ git push origin X.Y.Z
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.