function-tree
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "function-tree", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "When a function is not enough", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -57,3 +57,3 @@ var chalk = require('chalk') | ||
return currentOutputs.concat( | ||
padded(chalk.dim.white(outputKey), level) | ||
padded(chalk.dim.underline.white(outputKey), level) | ||
).concat(traverseBranch(item.outputs[outputKey], functions, level + 1)) | ||
@@ -60,0 +60,0 @@ }, [])) |
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
79913