Skip to content

Commit

Permalink
Make package.json exports more liberal
Browse files Browse the repository at this point in the history
Closes #1876
  • Loading branch information
wojtekmaj committed Sep 13, 2024
1 parent fd2a368 commit 462d7ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/react-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
"import": "./dist/esm/Page/TextLayer.css",
"require": "./dist/cjs/Page/TextLayer.css"
},
"./dist/cjs/Page/AnnotationLayer.css": "./dist/cjs/Page/AnnotationLayer.css",
"./dist/cjs/Page/TextLayer.css": "./dist/cjs/Page/TextLayer.css",
"./dist/esm/Page/AnnotationLayer.css": "./dist/esm/Page/AnnotationLayer.css",
"./dist/esm/Page/TextLayer.css": "./dist/esm/Page/TextLayer.css"
"./*": "./*"
},
"scripts": {
"build": "yarn build-js && yarn copy-styles",
Expand Down

0 comments on commit 462d7ed

Please sign in to comment.