LeaVerou / prefixfree

Break free from CSS prefix hell!
http://projects.verou.me/prefixfree/
MIT License
3.83k stars 712 forks source link

Updating bower.json with homepage and tags #6120

Closed TDA closed 8 years ago

TDA commented 8 years ago

Tagging the gh-pages branch will give us a way to install prefixfree using just bower i prefixfree. To tag a release:

tag the commit

git tag -a v1.0.10 -m "Release version 1.0.10"

push to GitHub

git push origin gh-pages --tags

Or use the Github GUI, like so:

  1. Click releases
  2. Create a new release
  3. Same as above, version number is important.

Fixes #6116 #173

LeaVerou commented 8 years ago

Thanks, merged! Wow, can't believe this had never been tagged before.

TDA commented 8 years ago

@LeaVerou :D thank you for merging!!