diff --git a/formatter-template/package.json b/formatter-template/package.json index 73be411..f791728 100644 --- a/formatter-template/package.json +++ b/formatter-template/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli2-formatter-template", - "version": "0.0.1", + "version": "0.0.2", "description": "An output formatter for markdownlint-cli2 that displays results using a template", "author": { "name": "David Anson", diff --git a/package.json b/package.json index d561b25..11e5092 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "markdownlint-cli2-formatter-pretty": "0.0.7", "markdownlint-cli2-formatter-sarif": "0.0.2", "markdownlint-cli2-formatter-summarize": "0.0.7", - "markdownlint-cli2-formatter-template": "0.0.1", + "markdownlint-cli2-formatter-template": "0.0.2", "markdownlint-rule-extended-ascii": "0.1.0", "npm-run-all": "4.1.5" },