Skip to content

Commit 023e88f

Browse files
committed
fix: types comes first
1 parent 1db7f5d commit 023e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"main": "dist/index.js",
1616
"exports": {
1717
".": {
18-
"react-native": "./src/index.ts",
1918
"types": "./dist/index.d.ts",
19+
"react-native": "./src/index.ts",
2020
"import": "./dist/index.js",
2121
"require": "./dist/index.js",
2222
"default": "./src/index.ts"

0 commit comments

Comments
 (0)