gruntjs / grunt-legacy-log

The Grunt logger.
MIT License
5 stars 19 forks source link

make `Log` the top level export #6

Closed jonschlinkert closed 9 years ago

jonschlinkert commented 9 years ago

To make the user experience more consistent with other legacy libs, this pull request changes the main export to be module.exports = Log.

cowboy commented 9 years ago

I'd rather it be a method attached to exports, like it is now.