Use .cjs extension for markdownlint-micromark output files for clarity.

This commit is contained in:
David Anson 2023-01-14 15:35:52 -08:00
parent c9e8f8b8ea
commit fc2ed221ff
5 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
"type": "commonjs",
"exports": "./micromark.js",
"exports": "./micromark.cjs",
"author": "David Anson (https://dlaa.me/)",
"license": "MIT",
"homepage": "https://github.com/DavidAnson/markdownlint",