Skip to content

Commit 4f544c1

Browse files
authored
fix: export src (#328)
* fix: export src * chore: changeset
1 parent 4915259 commit 4f544c1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.changeset/orange-paws-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@react-native-ama/core': patch
3+
---
4+
5+
fix: export for repack

packages/core/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"types": "./dist/src/index.d.ts"
1313
},
1414
"./dist/src/index.js"
15+
],
16+
"./src/*": [
17+
{
18+
"import": "./dist/src/*.js",
19+
"types": "./dist/src/*.d.ts"
20+
},
21+
"./dist/src/*.js"
1522
]
1623
},
1724
"files": [

0 commit comments

Comments
 (0)