File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' pliny ' : patch
3
+ ---
4
+
5
+ modify package.json exports
Original file line number Diff line number Diff line change 5
5
"version" : " 0.0.6-beta.6" ,
6
6
"type" : " module" ,
7
7
"exports" : {
8
- "./analytics " : " ./analytics.js " ,
8
+ "./* " : " ./* " ,
9
9
"./analytics/*" : " ./analytics/*" ,
10
- "./comments" : " ./comments.js" ,
11
10
"./comments/*" : " ./comments/*" ,
12
- "./mdx-components" : " ./mdx-components.js" ,
13
- "./mdx-plugins" : " ./mdx-plugins.js" ,
14
11
"./mdx-plugins/*" : " ./mdx-plugins/*" ,
15
- "./newsletter" : " ./newsletter.js" ,
16
12
"./newsletter/*" : " ./newsletter/*" ,
17
- "./search" : " ./search.js" ,
18
13
"./search/*" : " ./search/*" ,
19
14
"./ui/*" : " ./ui/*" ,
20
15
"./utils/*" : " ./utils/*"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
10
10
remarkCodeTitles ,
11
11
remarkImgToJsx ,
12
12
extractTocHeadings ,
13
- } from 'pliny/mdx-plugins'
13
+ } from 'pliny/mdx-plugins.js '
14
14
// Rehype packages
15
15
import rehypeSlug from 'rehype-slug'
16
16
import rehypeAutolinkHeadings from 'rehype-autolink-headings'
You can’t perform that action at this time.
0 commit comments