X-Git-Url: http://git.squeep.com/?p=squeep-logger-json-console;a=blobdiff_plain;f=index.js;fp=index.js;h=48dbf5a775a8f7c6ad88a8f2acd7bf3441599eb7;hp=0000000000000000000000000000000000000000;hb=229dafe0003708b9fad190b4c0fc68136efd4f8c;hpb=21506cf49b1d239d780b377651554dc868639477 diff --git a/index.js b/index.js new file mode 100644 index 0000000..48dbf5a --- /dev/null +++ b/index.js @@ -0,0 +1,5 @@ +'use strict'; + +const Logger = require('./lib/logger'); + +module.exports = Logger;