Comparing version 1.0.1 to 1.0.2
@@ -14,3 +14,3 @@ var baloon = require("./lib/balloon"); | ||
function doIt (options, sayAloud) { | ||
var cow = cows.get(options.f); | ||
var cow = cows.get(options.f || "default"); | ||
var face = faces(options); | ||
@@ -21,2 +21,2 @@ face.thoughts = sayAloud ? "\\" : "o"; | ||
return baloon[action](options.text || options._.join(" "), options.n ? null : options.W) + "\n" + cow(face); | ||
} | ||
} |
{ | ||
"name": "cowsay", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
34953
376