Update markdownlint-micromark to version 0.1.12 (exports labelEnd, additional types, and adds custom TokenTypes).

This commit is contained in:
David Anson 2024-10-21 20:19:42 -07:00
parent fea5d886b7
commit 36aaebbf44
4 changed files with 22 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "markdownlint-micromark",
"version": "0.1.11",
"version": "0.1.12",
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
"type": "commonjs",
"exports": "./micromark.cjs",