Skip to content

Commit 92a9c24

Browse files
committed
Fixing cjs entry
1 parent 49ff846 commit 92a9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-pdf-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"types": "./dist/index.d.cts",
25-
"default": "./dist/index.js"
25+
"default": "./dist/index.cjs"
2626
}
2727
}
2828
},

0 commit comments

Comments
 (0)