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

Add bower.json #63

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

Add bower.json #63

wants to merge 1 commit into from

Conversation

creynders
Copy link

Allows for publishing on bower. If you accept the PR you need to do

# tag the release
git tag -a v0.9.1 -m 'Release v0.9.1` && git push origin v0.9.1
# install bower
npm install -g bower
# register with bower
bower register backbone.bootstrap-modal git://github.com/powmedia/backbone.bootstrap-modal

Bower uses the tags on GH, so you need to tag it first.

Fix #60

@apragacz
Copy link

+1
This would allow to use this library easily in webpack. Currently it's difficult because the main file cannot be resolved via the main field in bower.json.

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.

Please publish 0.9.1 with Bootstrap 3 support into Bower
2 participants