adamschwartz / log

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

npm version isn't up to date #40

Closed liitfr closed 7 years ago

liitfr commented 7 years ago

Hello Adam ! I didn't know what would be the best place to submit this update request ...

May I ask you why NPM version available isn't the latest ? Following workaround works fine though : npm install -S https://github.com/adamschwartz/log The latest NPM version (0.1.5) makes it unusable with Webpack, since it needs following bit of code which is present in v0.3.0

  if (typeof define === 'function' && define.amd) {
    define(function() {
      return exportedLog;
    });

Anyway thanks for your work ! Mat

adamschwartz commented 7 years ago

All set. Thanks for lmk.

liitfr commented 7 years ago

Works fine now :sunny: thanks !