ajbrown / angular-loggly-logger

An AngularJS module which sends your $log message to loggly, and provides a service for manually sending messages to loggly.
MIT License
32 stars 49 forks source link

Add main entry for browserify compatibility #24

Closed willmcclellan closed 9 years ago

willmcclellan commented 9 years ago

For browserify compatibility, there needs a main entry in the package.json which simply points at the entry script to use. The library could maybe do with some more work to make it npm friendly but this works as a solution in the meantime

ajbrown commented 9 years ago

Thanks @willmcclellan!