Skip to content

Commit d9d33ff

Browse files
committed
fix: build issue
1 parent 5f4d4e0 commit d9d33ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.1.0",
44
"description": "React native wrapper of ensemble package",
55
"source": "./src/index.tsx",
6-
"main": "./lib/commonjs/index.cjs",
7-
"module": "./lib/module/index.mjs",
6+
"main": "./lib/commonjs/index.js",
7+
"module": "./lib/module/index.js",
88
"types": "./lib/typescript/src/index.d.ts",
99
"exports": {
1010
".": {
1111
"types": "./lib/typescript/src/index.d.ts",
12-
"import": "./lib/module/index.mjs",
13-
"require": "./lib/commonjs/index.cjs"
12+
"import": "./lib/module/index.js",
13+
"require": "./lib/commonjs/index.js"
1414
}
1515
},
1616
"files": [

0 commit comments

Comments
 (0)