We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0501b commit 5834b28Copy full SHA for 5834b28
formatter-template/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "markdownlint-cli2-formatter-template",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "An output formatter for markdownlint-cli2 that displays results using a template",
5
"author": {
6
"name": "David Anson",
package.json
@@ -103,7 +103,7 @@
103
"markdownlint-cli2-formatter-pretty": "0.0.7",
104
"markdownlint-cli2-formatter-sarif": "0.0.2",
105
"markdownlint-cli2-formatter-summarize": "0.0.7",
106
- "markdownlint-cli2-formatter-template": "0.0.1",
+ "markdownlint-cli2-formatter-template": "0.0.2",
107
"markdownlint-rule-extended-ascii": "0.1.0",
108
"npm-run-all": "4.1.5"
109
},
0 commit comments