Skip to content

Commit d9e06c7

Browse files
authored
fix: commonjs in main entry (#38)
1 parent a4a494d commit d9e06c7

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.7.2",
44
"description": "Native file viewer for react-native - now with TurboModules support",
55
"source": "./src/index.tsx",
6-
"main": "./lib/module/index.js",
6+
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
88
"types": "./lib/typescript/module/src/index.d.ts",
99
"exports": {

0 commit comments

Comments
 (0)