strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
836 stars 132 forks source link

Publish to Bower #30

Closed CWSpear closed 9 years ago

CWSpear commented 9 years ago

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 9 years ago

Hey thanks, I've now published it to bower and it was actually that easy :) cheers!

CWSpear commented 9 years ago

Awesome, thanks!