raulghm / Font-Awesome-Stylus

Stylus port for font-awesome 4.7.0
https://github.com/raulghm/Font-Awesome-Stylus
GNU General Public License v2.0
78 stars 26 forks source link

Use semver tags #9

Closed justinlocsei closed 10 years ago

justinlocsei commented 10 years ago

Since this repo is a registered Bower package, would it be possible for you to start using semver git tags so that it's possible to peg a version in a bower.json file? For example, if you add a git tag of v0.1.0 to the most recent commit, it will allow a bower.json containing the following code to be valid:

{
  "dependencies": {
    "font-awesome-stylus": "~0.1.0"
  }
}
vizo commented 10 years ago

+1 I have the same issue, bower doesn't update to newer version ... For latest version i had to:

bower install font-awesome-stylus#master
raulghm commented 10 years ago

done!