merge-yaml-cli
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,5 @@ # Change Log | ||
## [1.1.1] - 2017-05-29 | ||
- Better module description in README | ||
## [1.1.0] - 2017-05-29 | ||
@@ -8,0 +11,0 @@ - Update dependencies |
{ | ||
"name": "merge-yaml-cli", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "CLI utility for merging YAML files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,4 @@ # merge-yaml-cli | ||
A simple CLI wrapper around [merge-yaml](https://www.npmjs.com/package/merge-yaml) using [glob](https://www.npmjs.com/package/glob) patterns to specify input files. | ||
Merges YAML files together using [glob](https://www.npmjs.com/package/glob) patterns to specify input files, with a CLI to | ||
write out the result as a file. | ||
@@ -11,0 +12,0 @@ #### Usage |
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
54645
33