Skip to content

Commit bed4941

Browse files
Merge pull request #33 from lukaszkurantdev/fix/ios-build
fix: ios build codegen bug
2 parents 6a1141c + ca2d124 commit bed4941

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.json

-12
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)