Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bower as a package manager option #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bstelljes
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant