prompt-for
Advanced tools
Comparing version 0.0.2 to 0.0.3
0.0.3 - March 11, 2013 | ||
---------------------- | ||
* remove ? from boolean asks | ||
0.0.2 - March 9, 2013 | ||
@@ -3,0 +7,0 @@ --------------------- |
@@ -45,3 +45,3 @@ | ||
exports.boolean = function(msg, color, fn){ | ||
msg += '?'; | ||
msg += ':'; | ||
if (color) msg = chalk[color](msg); | ||
@@ -48,0 +48,0 @@ msg += ' (y/n) '; |
@@ -5,3 +5,3 @@ { | ||
"repository": "git://github.com/segmentio/prompt-for.git", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "main": "lib/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
6995