Comparing version 1.1.5 to 1.1.6
@@ -60,3 +60,3 @@ var os = require("os"); | ||
function split (text, wrap) { | ||
text = text.replace(/\r\n?|[\n\u2028\u2029]/g, "\n").replace(/^\uFEFF/, ''); | ||
text = text.replace(/\r\n?|[\n\u2028\u2029]/g, "\n").replace(/^\uFEFF/, '').replace(/\t/g, ' '); | ||
@@ -107,2 +107,2 @@ var lines = []; | ||
return new Array(length + 3).join("-"); | ||
} | ||
} |
{ | ||
"name": "cowsay", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "cowsay is a configurable talking cow", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
31650
57
281