Skip to content

Commit

Permalink
Update use of junit-report-builder for changes from version 4.0.0 to …
Browse files Browse the repository at this point in the history
…5.0.0 in previous commit.
  • Loading branch information
DavidAnson committed Aug 2, 2024
1 parent 444662e commit b94b2c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formatter-junit/markdownlint-cli2-formatter-junit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const fs = require("node:fs").promises;
const path = require("node:path");
const junitReportBuilder = require("junit-report-builder").default;
const junitReportBuilder = require("junit-report-builder");

// Writes markdownlint-cli2 results to a file in JUnit XML format
const outputFormatter = (options, params) => {
Expand Down
2 changes: 1 addition & 1 deletion formatter-junit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint-cli2-formatter-junit",
"version": "0.0.10",
"version": "0.0.11",
"description": "An output formatter for markdownlint-cli2 that writes results to a file in JUnit XML format",
"author": {
"name": "David Anson",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"markdown-it-for-inline": "2.0.1",
"markdownlint-cli2-formatter-codequality": "0.0.4",
"markdownlint-cli2-formatter-json": "0.0.7",
"markdownlint-cli2-formatter-junit": "0.0.10",
"markdownlint-cli2-formatter-junit": "0.0.11",
"markdownlint-cli2-formatter-pretty": "0.0.6",
"markdownlint-cli2-formatter-sarif": "0.0.1",
"markdownlint-cli2-formatter-summarize": "0.0.6",
Expand Down

0 comments on commit b94b2c3

Please sign in to comment.