Comparing version 0.1.11 to 0.1.12
@@ -105,2 +105,3 @@ // Generated by CoffeeScript 1.9.3 | ||
if (process.env.NODE_ENV !== 'test') { | ||
console.info(this.format('warn', texts)); | ||
return console.warn(this.format('warn', texts)); | ||
@@ -114,2 +115,3 @@ } | ||
if (process.env.NODE_ENV !== 'test') { | ||
console.info(this.format('error', texts)); | ||
return console.error(this.format('error', texts)); | ||
@@ -116,0 +118,0 @@ } |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"homepage": "https://github.com/frankrousseau/printit/", | ||
@@ -19,0 +19,0 @@ "bugs": { |
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
20668
469