Skip to content

Commit 083a181

Browse files
committed
fix: 🐛 include react-native.config in npm files
1 parent 0e7de1f commit 083a181

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"/ios",
1111
"/src",
1212
"/lib",
13-
"/*.podspec"
13+
"/*.podspec",
14+
"react-native.config.js"
1415
],
1516
"scripts": {
1617
"test": "jest",

0 commit comments

Comments
 (0)