Comparing version 1.0.2 to 1.0.3
@@ -44,5 +44,5 @@ var modes = { | ||
return { | ||
eyes : options.e, | ||
tongue : options.T | ||
eyes : options.e || "oo", | ||
tongue : options.T || " " | ||
}; | ||
} | ||
}; |
{ | ||
"name": "cowsay", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
34972
377