Comparing version 0.0.1 to 0.0.2
@@ -13,3 +13,3 @@ (function (global, factory) { | ||
heyLog.info() { | ||
heyLog.info = function() { | ||
console.info.apply(console, arguments); | ||
@@ -19,3 +19,3 @@ return this; | ||
heyLog.error() { | ||
heyLog.error = function() { | ||
console.error.apply(console, arguments); | ||
@@ -22,0 +22,0 @@ return this; |
{ | ||
"name": "hey-log", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "console.log, log, js", | ||
@@ -5,0 +5,0 @@ "main": "build/utils.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2476