HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.03k stars 408 forks source link

Publish on NPM #106

Closed hjoseph96 closed 8 years ago

hjoseph96 commented 8 years ago

Surprised to see this isn't listed on NPM.

gesposito commented 8 years ago

npm supports npm install -S https://github.com/HubSpot/messenger

hjoseph96 commented 8 years ago

^^ Did not know that! thanks.

gesposito commented 8 years ago

yw, not the exact same thing, but it helps.

geekjuice commented 8 years ago

Another shorthand for the above is just npm install -S HubSpot/messenger. Unfortunately, the package name messenger is taken, so until we can determine an appropriate name for messenger on npm, the named package is the recommended way to install.