adamschwartz / log

Console.log with style.
https://adamschwartz.co/log
MIT License
3.01k stars 140 forks source link

CommonJS && AMD support #30

Closed alessioalex closed 10 years ago

alessioalex commented 10 years ago

So we can use it with Browserify and Require.js for example

adamschwartz commented 10 years ago

Thanks @alessioalex. Looks great. Please bump the package.json version as well and I'll merge.

alessioalex commented 10 years ago

@adamschwartz I did it. Btw can you also publish it to NPM? I couldn't find it: https://www.npmjs.org/package/log-with-style

adamschwartz commented 10 years ago

Done. Although I accidentally pushed as hs instead of adamschwartz. Trying to get that resolved now but it's there at least.

adamschwartz commented 10 years ago

Okiedokie. All set: https://www.npmjs.org/package/log-with-style. Thanks again @alessioalex!

alessioalex commented 10 years ago

@adamschwartz thank you for your awesome library!

Btw can you please also add the repository to the package.json file (so people can find this repo from the NPM registry)? An example: https://github.com/visionmedia/express/blob/master/package.json#L83

adamschwartz commented 10 years ago

Done