Skip to content

Commit

Permalink
chore(plugin-docs): expose all lib files through exports (#7962)
Browse files Browse the repository at this point in the history
chore(plugin-docs): expose lib in package.json (closes #7961)

Co-authored-by: Jan Peer Stoecklmair <jan.peer.stoecklmair@dynatrace.com>
  • Loading branch information
2 people authored and slorber committed Oct 28, 2022
1 parent d0feba0 commit 1163514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docusaurus-plugin-content-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "lib/index.js",
"sideEffects": false,
"exports": {
"./lib/*": "./lib/*",
"./src/*": "./src/*",
"./client": {
"type": "./lib/client/index.d.ts",
Expand Down

0 comments on commit 1163514

Please sign in to comment.