1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-03 10:53:47 +02:00

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

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"
}
}
},