Comparing version 0.0.3 to 0.0.4
@@ -8,6 +8,3 @@ (function (global, factory) { | ||
function heyLog() { | ||
console.log.apply(console, arguments); | ||
return this; | ||
} | ||
var heyLog = console.log.bind(console); | ||
@@ -14,0 +11,0 @@ heyLog.info = function() { |
{ | ||
"name": "hey-log", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "console.log, log, js", | ||
@@ -5,0 +5,0 @@ "main": "log.js", |
2424
17