markdownlint/micromark
dependabot[bot] d1e7bf6405 Bump webpack from 5.88.0 to 5.88.1 in /micromark
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.88.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.88.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 21:14:03 -07:00
..
.npmignore Introduce micromark-html-browser(.dev).js exporting micromark functions to render HTML from parsed/processed Markdown. 2023-05-28 12:23:26 -07:00
.npmrc Initial implementation of markdownlint-micromark package, micromark.mjs helpers, and tests. 2023-02-25 15:49:51 -08:00
exports-html.mjs Update micromark import paths for changes in version 4, output any errors during webpack build. 2023-06-22 20:07:55 -07:00
exports.mjs Update micromark import paths for changes in version 4, output any errors during webpack build. 2023-06-22 20:07:55 -07:00
LICENSE Remove years from copyright statement. 2023-02-25 15:49:52 -08:00
package.json Bump webpack from 5.88.0 to 5.88.1 in /micromark 2023-06-28 21:14:03 -07:00
README.md Initial implementation of markdownlint-micromark package, micromark.mjs helpers, and tests. 2023-02-25 15:49:51 -08:00
webpack.config.js Add name/version/homepage banner to markdownlint-micromark artifacts. 2023-06-23 03:36:07 +00:00

markdownlint-micromark

A trivial package that re-exports some micromark functionality as a CommonJS module

This package is unlikely to be of any use beyond a specific scenario used by markdownlint.