From 5834b281284448197119e4f9c5a5c8039ae1485e Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 8 Nov 2024 21:33:40 -0800 Subject: [PATCH] Update formatter-template to version 0.0.2. --- formatter-template/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },