Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Jul 4, 2023
1 parent 702b048 commit 21cdcee
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
"mermaid@>=8.0.0 <9.1.2": ">=9.1.2",
"mdx-mermaid@<1.3.0": ">=1.3.0",
"d3-color@<3.1.0": ">=3.1.0"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
25 changes: 25 additions & 0 deletions patches/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
diff --git a/package.json b/package.json
index 7006692030f37a5ae24eced61b61c6357c5bb034..39416e1933f8c39b5bc9794fbf00fb1f20804868 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,20 @@
"shim/",
"cjs/"
],
+ "exports": {
+ ".": "./index.js",
+ "./index": "./index.js",
+ "./index.native": "./index.native.js",
+ "./with-selector": "./with-selector.js",
+ "./shim": "./shim/index.js",
+ "./shim/index": "./shim/index.js",
+ "./shim/index.native": "./shim/index.native.js",
+ "./shim/with-selector": "./shim/with-selector.js",
+ "./shim/*": "./shim/*",
+ "./cjs/*": "./cjs/*",
+ "./src/*": "./src/*",
+ "./package.json": "./package.json"
+ },
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21cdcee

Please sign in to comment.