Comparing version 0.0.5 to 0.0.6
@@ -8,3 +8,3 @@ (function (global, factory) { | ||
var heyLog = {}; | ||
if(console){ | ||
if(console && console.log){ | ||
heyLog = console.log.bind(console); | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "hey-log", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "console.log, log, js", | ||
@@ -5,0 +5,0 @@ "main": "log.js", |
2440