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

add main in pacakge.json to support webpack #129

Closed elvismacak closed 6 years ago

elvismacak commented 6 years ago

Without this, we have to impoirt like this, require ("messenger/build/js/messenger");

while after, require('messenger') or import Messenger from 'messenger' can work more simply.