Skip to content

Commit

Permalink
Freshen generated index.js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 2, 2025
1 parent a662b8a commit a30a754
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38873,7 +38873,7 @@ const fixableRuleNames = (/* unused pure expression or super */ null && ([
"MD058"
]));
const homepage = "https://github.com/DavidAnson/markdownlint";
const version = "0.37.2";
const version = "0.37.3";

;// CONCATENATED MODULE: ./node_modules/markdownlint/lib/md001.mjs
// @ts-check
Expand Down Expand Up @@ -55758,8 +55758,8 @@ var shared = __nccwpck_require__(3408);



// micromark-core-commonmark is not a dependency because this instance must match what's used by micromark
// eslint-disable-next-line n/no-extraneous-import
// micromark-core-commonmark must exactly match what's used by micromark for the shim below to work correctly
// Unfortunately, omitting this dependency from package.json breaks strict dependency resolution (e.g., pnpm)



Expand Down Expand Up @@ -62802,7 +62802,7 @@ const pathPosix = external_node_path_namespaceObject.posix;

// Variables
const packageName = "markdownlint-cli2";
const packageVersion = "0.17.0";
const packageVersion = "0.17.1";
const libraryName = "markdownlint";
const libraryVersion = getVersion();
const bannerMessage = `${packageName} v${packageVersion} (${libraryName} v${libraryVersion})`;
Expand Down

0 comments on commit a30a754

Please sign in to comment.