File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " markdownlint-rule-helpers" ,
3
3
"version" : " 0.17.0" ,
4
4
"description" : " A collection of markdownlint helper functions for custom rules" ,
5
- "main" : " helpers.js" ,
5
+ "main" : " ./helpers.js" ,
6
+ "exports" : " ./helpers.js" ,
6
7
"author" : " David Anson (https://dlaa.me/)" ,
7
8
"license" : " MIT" ,
8
9
"homepage" : " https://github.com/DavidAnson/markdownlint" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.26.0" ,
4
4
"description" : " A Node.js style checker and lint tool for Markdown/CommonMark files." ,
5
5
"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" ,
8
12
"author" : " David Anson (https://dlaa.me/)" ,
9
13
"license" : " MIT" ,
10
14
"homepage" : " https://github.com/DavidAnson/markdownlint" ,
You can’t perform that action at this time.
0 commit comments