Skip to content

Commit 27c241f

Browse files
committed
fix: esm resolution
1 parent cbcbc8b commit 27c241f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.5.0",
44
"description": "Native file viewer for react-native - now with TurboModules support",
55
"source": "./src/index.tsx",
6-
"main": "./lib/commonjs/index.js",
6+
"main": "./lib/module/index.js",
77
"types": "./lib/typescript/src/index.d.ts",
88
"exports": {
99
".": {

0 commit comments

Comments
 (0)