backbone.bootstrap-modal icon indicating copy to clipboard operation
backbone.bootstrap-modal copied to clipboard

Add bower.json

Open creynders opened this issue 11 years ago • 1 comments

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

creynders avatar Mar 26 '14 10:03 creynders

+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.

apragacz avatar Nov 29 '14 00:11 apragacz