Skip to content

Commit ca2d124

Browse files
fix: ios build codegen bug
1 parent 6a1141c commit ca2d124

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
8-
"exports": {
9-
".": {
10-
"import": {
11-
"types": "./lib/typescript/module/src/index.d.ts",
12-
"default": "./lib/module/index.js"
13-
},
14-
"require": {
15-
"types": "./lib/typescript/commonjs/src/index.d.ts",
16-
"default": "./lib/commonjs/index.js"
17-
}
18-
}
19-
},
208
"files": [
219
"src",
2210
"lib",

0 commit comments

Comments
 (0)