Skip to content

Commit 116539c

Browse files
authored
fix: updated core package (#1800)
Signed-off-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
1 parent dbbb88e commit 116539c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"main": "lib/commonjs/index.js",
55
"module": "lib/module/index.js",
66
"types": "lib/typescript/src/index.d.ts",
7-
"react-native": "./src/index.ts",
7+
"react-native": "./lib/commonjs/index.js",
88
"source": "src/index.ts",
99
"exports": {
1010
".": {
11-
"react-native": "./src/index.ts",
1211
"import": "./lib/module/index.js",
1312
"require": "./lib/commonjs/index.js",
1413
"types": "./lib/typescript/src/index.d.ts"

0 commit comments

Comments
 (0)