fix: package export file path (#1351)

This commit is contained in:
Kyle Baker 2025-05-16 09:49:03 -04:00 committed by GitHub
parent cade2ac67f
commit 60ddcaa068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
},
"import": {
"types": "./dist/esm/tabler-icons-react-native.d.ts",
"default": "./dist/esm/tabler-icons-react-native.cjs"
"default": "./dist/esm/tabler-icons-react-native.mjs"
}
}
},