machinepack
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -106,3 +106,3 @@ #!/usr/bin/env node | ||
// }, | ||
choices: _.reduce(machinepack.machines, function (memo, machine){ | ||
choices: _.sortBy(_.reduce(machinepack.machines, function (memo, machine){ | ||
memo.push({ | ||
@@ -113,3 +113,3 @@ name: machine, | ||
return memo; | ||
}, []) | ||
}, []), 'name') | ||
}], function (answers){ | ||
@@ -116,0 +116,0 @@ next(null, answers.machine); |
{ | ||
"name": "machinepack", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "CLI tool for working with machinepacks and their machines.", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
23392