mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-11 08:04:20 +01:00
Add "type" property of "commonjs" to package.json to be explicit.
This commit is contained in:
parent
c8bd6053c7
commit
9b3fd3d16b
2 changed files with 42 additions and 41 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"name": "markdownlint",
|
||||
"version": "0.25.1",
|
||||
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
||||
"type": "commonjs",
|
||||
"main": "lib/markdownlint.js",
|
||||
"types": "lib/markdownlint.d.ts",
|
||||
"author": "David Anson (https://dlaa.me/)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue