Skip to content

Commit a9f37e5

Browse files
committed
Bump package version, fix README
1 parent da3ab78 commit a9f37e5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ Usage: yaml-sort [options]
2121
Options:
2222
-i, --input The YAML file(s) which needs to be sorted [array] [default: "-"]
2323
-o, --output The YAML file to output sorted content to [string]
24-
-s, --stdout Output the proposed sort to STDOUT only [boolean] [default: false]
25-
-k, --check Check if the given file(s) is already sorted [boolean] [default: false]
24+
-s, --stdout Output the proposed sort to STDOUT only [boolean]
25+
-k, --check Check if the given file(s) is already sorted [boolean]
2626
--indent, --id Indentation width to use (in spaces) [number] [default: 2]
2727
-e, --encoding Input encoding [choices: "ascii", "utf8", "utf16le"] [default: "utf8"]
28+
-q, --quotingStyle Strings will be quoted using this quoting style [choices: "single", "double"] [default: "single"]
2829
-w, --lineWidth Wrap line width [number] [default: 80]
2930
-h, --help Show help [boolean]
3031
--version Show version number [boolean]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yaml-sort",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Sort YAML files alphabetically",
55
"main": "yaml-sort.js",
66
"scripts": {

0 commit comments

Comments
 (0)