We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf94ee6 commit f6e2977Copy full SHA for f6e2977
3 files changed
.npmignore
@@ -0,0 +1 @@
1
+/.github
README.md
@@ -1,3 +1,6 @@
+
2
+
3
+
4
# About
5
6
`yaml-sort` is a CLI tool sorting alphabetically [YAML](https://yaml.org/) files.
package.json
@@ -38,6 +38,6 @@
38
"tape-spawn": "^1.4.2"
39
},
40
"engines": {
41
- "node": ">=8"
+ "node": ">=10"
42
}
43
0 commit comments