grunt-cli-config
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "grunt-cli-config", | ||
"description": "Set the config with the options passed on the CLI.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"homepage": "https://github.com/henvic/grunt-cli-config", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -52,4 +52,2 @@ /* | ||
params.shift(); | ||
options.forEach(function getOption(option) { | ||
@@ -56,0 +54,0 @@ var choice = parse(normalize(option)), |
41170
192