Publish to Bower
CWSpear opened this issue · 2 comments
CWSpear commented
While you have a bower.json
(which is half of the battle), it looks like you're not actually published on bower
, which would be the other half.
The other other half is knowing.
You can publish to bower
via this command:
bower register graphdracula git://github.com/strathausen/dracula.git
It doesn't actually have to be you who does this, I could do it for you. But it seems like something intimate between a developer and his or her code, and I wouldn't want to do it without permission.
strathausen commented
Hey thanks, I've now published it to bower and it was actually that easy :) cheers!
CWSpear commented
Awesome, thanks!