grunt-prompt
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "grunt-prompt", | ||
"description": "Interactive prompt for your Grunt config using console checkboxes, text input with filtering, password fields.", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Dylan Greene", |
@@ -45,3 +45,3 @@ /* | ||
inquirer.prompt( questions, function( answers ) { | ||
_(answers).forEach(function(answer, configName){ | ||
_.forEach(answers, function(answer, configName){ | ||
grunt.config(configName, answer); | ||
@@ -48,0 +48,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
101354