File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " markdownlint-rule-helpers" ,
33 "version" : " 0.17.0" ,
44 "description" : " A collection of markdownlint helper functions for custom rules" ,
5- "main" : " helpers.js" ,
5+ "main" : " ./helpers.js" ,
6+ "exports" : " ./helpers.js" ,
67 "author" : " David Anson (https://dlaa.me/)" ,
78 "license" : " MIT" ,
89 "homepage" : " https://github.com/DavidAnson/markdownlint" ,
Original file line number Diff line number Diff line change 33 "version" : " 0.26.0" ,
44 "description" : " A Node.js style checker and lint tool for Markdown/CommonMark files." ,
55 "type" : " commonjs" ,
6- "main" : " lib/markdownlint.js" ,
7- "types" : " lib/markdownlint.d.ts" ,
6+ "main" : " ./lib/markdownlint.js" ,
7+ "exports" : {
8+ "." : " ./lib/markdownlint.js" ,
9+ "./helpers" : " ./helpers/helpers.js"
10+ },
11+ "types" : " ./lib/markdownlint.d.ts" ,
812 "author" : " David Anson (https://dlaa.me/)" ,
913 "license" : " MIT" ,
1014 "homepage" : " https://github.com/DavidAnson/markdownlint" ,
You can’t perform that action at this time.
0 commit comments