Closed mike-engel closed 8 years ago
I'm writing a cli tool where we need to include standard in dependencies since there will be a format command that uses standard with the --format flag. This adds a check to look in dependencies along with devDependencies.
dependencies
format
--format
devDependencies
Hey @mike-engel thanks for your input, great job 👍 .
I'm writing a cli tool where we need to include standard in
dependencies
since there will be aformat
command that uses standard with the--format
flag. This adds a check to look independencies
along withdevDependencies
.