Skip to content

Commit

Permalink
Merge pull request #64 from timlrx/update/next-12.3
Browse files Browse the repository at this point in the history
modify package.json exports
  • Loading branch information
timlrx authored Oct 23, 2022
2 parents e0a0fe1 + 5f95b6e commit 533bf94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-shirts-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'pliny': patch
---

modify package.json exports
7 changes: 1 addition & 6 deletions packages/pliny/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
"version": "0.0.6-beta.6",
"type": "module",
"exports": {
"./analytics": "./analytics.js",
"./*": "./*",
"./analytics/*": "./analytics/*",
"./comments": "./comments.js",
"./comments/*": "./comments/*",
"./mdx-components": "./mdx-components.js",
"./mdx-plugins": "./mdx-plugins.js",
"./mdx-plugins/*": "./mdx-plugins/*",
"./newsletter": "./newsletter.js",
"./newsletter/*": "./newsletter/*",
"./search": "./search.js",
"./search/*": "./search/*",
"./ui/*": "./ui/*",
"./utils/*": "./utils/*"
Expand Down
2 changes: 1 addition & 1 deletion starter-blog/contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
remarkCodeTitles,
remarkImgToJsx,
extractTocHeadings,
} from 'pliny/mdx-plugins'
} from 'pliny/mdx-plugins.js'
// Rehype packages
import rehypeSlug from 'rehype-slug'
import rehypeAutolinkHeadings from 'rehype-autolink-headings'
Expand Down

0 comments on commit 533bf94

Please sign in to comment.