Comparing version 3.0.0 to 3.0.1
@@ -53,2 +53,11 @@ #!/usr/bin/env node | ||
const config = Object.assign({}, rc); | ||
program.options.forEach((opt) => { | ||
const name = opt.name(); | ||
if (program[name]) { | ||
config[name] = program[name]; | ||
} | ||
}); | ||
const spinner = ora({ | ||
@@ -55,0 +64,0 @@ text: 'Finding files', |
# CHANGELOG | ||
## v3.0.1 (Feb 05, 2018) | ||
* Fix issue with short CLI options not working properly | ||
* Upgraded deps | ||
## v3.0.0 (Jan 01, 2018) | ||
@@ -4,0 +8,0 @@ * Upgraded `dependency-tree` to 6.0.0 |
{ | ||
"name": "madge", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>", | ||
@@ -43,3 +43,3 @@ "repository": "git://github.com/pahen/madge", | ||
"chalk": "^2.3.0", | ||
"commander": "^2.11.0", | ||
"commander": "2.13.0", | ||
"commondir": "^1.0.1", | ||
@@ -50,6 +50,6 @@ "debug": "^3.1.0", | ||
"mz": "^2.7.0", | ||
"ora": "^1.3.0", | ||
"ora": "1.4.0", | ||
"pluralize": "^7.0.0", | ||
"pretty-ms": "^3.0.1", | ||
"rc": "^1.2.2", | ||
"rc": "1.2.5", | ||
"walkdir": "^0.0.12" | ||
@@ -59,6 +59,6 @@ }, | ||
"@aptoma/eslint-config": "^7.0.1", | ||
"eslint": "^4.13.0", | ||
"mocha": "^4.0.1", | ||
"should": "^13.1.3" | ||
"eslint": "4.17.0", | ||
"mocha": "5.0.0", | ||
"should": "13.2.1" | ||
} | ||
} |
@@ -194,3 +194,3 @@ <p align="center"> | ||
`edgeColor` | String | #757575 | Edge color to use in the graph | ||
`graphVizOptions` | Object | false | Custom GraphViz [options](http://www.graphviz.org/content/attrs) | ||
`graphVizOptions` | Object | false | Custom GraphViz [options](https://graphviz.gitlab.io/_pages/doc/info/attrs.html) | ||
`graphVizPath` | String | null | Custom GraphViz path | ||
@@ -197,0 +197,0 @@ `detectiveOptions` | Object | false | Custom `detective` options for [dependency-tree](https://github.com/dependents/node-dependency-tree) |
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
63424
1600
+ Addedcommander@2.13.0(transitive)
+ Addeddeep-extend@0.4.2(transitive)
+ Addedrc@1.2.5(transitive)
- Removeddeep-extend@0.6.0(transitive)
- Removedrc@1.2.8(transitive)
Updatedcommander@2.13.0
Updatedora@1.4.0
Updatedrc@1.2.5