Skip to content

Commit

Permalink
Bump package version, fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebin committed Mar 14, 2022
1 parent da3ab78 commit a9f37e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ Usage: yaml-sort [options]
Options:
-i, --input The YAML file(s) which needs to be sorted [array] [default: "-"]
-o, --output The YAML file to output sorted content to [string]
-s, --stdout Output the proposed sort to STDOUT only [boolean] [default: false]
-k, --check Check if the given file(s) is already sorted [boolean] [default: false]
-s, --stdout Output the proposed sort to STDOUT only [boolean]
-k, --check Check if the given file(s) is already sorted [boolean]
--indent, --id Indentation width to use (in spaces) [number] [default: 2]
-e, --encoding Input encoding [choices: "ascii", "utf8", "utf16le"] [default: "utf8"]
-q, --quotingStyle Strings will be quoted using this quoting style [choices: "single", "double"] [default: "single"]
-w, --lineWidth Wrap line width [number] [default: 80]
-h, --help Show help [boolean]
--version Show version number [boolean]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaml-sort",
"version": "1.2.0",
"version": "1.2.1",
"description": "Sort YAML files alphabetically",
"main": "yaml-sort.js",
"scripts": {
Expand Down

0 comments on commit a9f37e5

Please sign in to comment.