Comparing version 2.2.0 to 2.2.1
@@ -97,3 +97,3 @@ var struct = require("new-struct"); | ||
if (question.validateFn) { | ||
question.validateFn(callback); | ||
question.validateFn(answer, callback); | ||
} | ||
@@ -100,0 +100,0 @@ } |
{ | ||
"name": "cli-qa", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Command-line Questions & Answers", | ||
@@ -5,0 +5,0 @@ "main": "index.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
8099