dotjay / hashgrid

A little tool that inserts a layout grid in web pages, allows you to hold it in place, and toggle between displaying it in the foreground or background.
https://dotjay.github.io/hashgrid/
Other
446 stars 46 forks source link

Add bower.json #18

Closed lencioni closed 10 years ago

lencioni commented 11 years ago

This file allows this package to be installed using Bower. I have registered the package as hashgrid in the Bower package registry. It can now be installed by executing:

bower install hashgrid

More information on Bower can be found at:

https://github.com/bower/bower http://bower.io

lencioni commented 11 years ago

Hmm, I think you might need to move to the semantic versioning scheme for Bower to work correctly. You could start here at 1.0.0 if you like.

lencioni commented 10 years ago

@dotjay What do you think about this pull request?

dotjay commented 10 years ago

Wow - how'd I miss this?! Love it… I'll merge it into the main project now.

Interesting that they decided to require semantic versioning. I was trying to avoid getting overly complicated with this project, but I guess making v9 into version 9.0 would hurt?

Thanks for this, Joe.

dotjay commented 10 years ago

Okay, it looks like Bower doesn't insist on semver.org version numbers; you just need to match the release tag, which is currently 'v9'. So you can install hashgrid like this: bower install hashgrid#v9

lencioni commented 10 years ago

I recommend switching to semver anyway because:

9.0.0 seems like a fine place to start.

lencioni commented 10 years ago

Also, thanks for merging!