mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-05 13:31:47 +01:00
Use .cjs extension for markdownlint-micromark output files for clarity.
This commit is contained in:
parent
c9e8f8b8ea
commit
fc2ed221ff
5 changed files with 7 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue