Added bower as a package manager option #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Hayden Bickerton,
i would love it, if you accept my pull request. This would just add the possibility to use bower as package manager besides npm. We already tested your plugin and really liked it. You have just to register your package in the bower repo with following command:
bower register vue-animate git://github.com/haydenbbickerton/vue-animate.git
and tag your future commits or use github web tool for tagging a release. I recommend to read following article regarding bower:
http://bob.yexley.net/creating-and-maintaining-your-own-bower-package/
Greetings from Germany,
Benjamin Stelljes
Tagging commits:
commit your changes
git commit -am "Made some awesome new changes, now its even awesomer"
tag the commit
git tag -a v0.0.2 -m "Release version 0.0.2"
push to GitHub
git push origin master --tags