adriancooney / console.image

The one thing Chrome Dev Tools didn't need.
1.77k stars 131 forks source link

Added bower.json #11

Closed jayphelps closed 10 years ago

jayphelps commented 10 years ago

(re: #10)

Once merged, all you'll need to do is:

$ git tag v0.1.0
$ git push origin tag v0.1.0
$ bower register console.image git://github.com/adriancooney/console.image.git

If you don't already have bower installed, it's simply: $ npm install -g bower.

For future releases, all you need to do is bump the semver number in the bower.json, create and push a new tag with the same number, prefixed with the letter "v".

*wondering what bower is?

jayphelps commented 10 years ago

@adriancooney Thanks for the merge. Just need you to push a tagged version and register with bower as above please. :smile: