File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,18 @@ index af0891e3c2084edd326f40e6e18107b193640e0b..885858fa17285fb75649cf0ebd2576d1
9
9
import { createElement } from "react";
10
10
const DEFAULT_COMPONENTS = {
11
11
img: (props) => createElement(
12
+ diff --git a/package.json b/package.json
13
+ index 0625691ebc1d79d7b7d22bb3b001f00a57519772..53d4b0c951a762ae056004789c9aca819e0ade62 100644
14
+ --- a/package.json
15
+ +++ b/package.json
16
+ @@ -20,6 +20,10 @@
17
+ "import": "./dist/server/remark-plugins/index.js",
18
+ "types": "./dist/server/remark-plugins/index.d.ts"
19
+ },
20
+ + "./rehype-plugins": {
21
+ + "import": "./dist/server/rehype-plugins/index.js",
22
+ + "types": "./dist/server/rehype-plugins/index.d.ts"
23
+ + },
24
+ "./hooks": {
25
+ "import": "./dist/client/hooks/index.js",
26
+ "types": "./dist/client/hooks/index.d.ts"
You can’t perform that action at this time.
0 commit comments