Skip to content

Commit 6aa3a0b

Browse files
committed
fix: Correct app.plugin.js location and update files property in package.json
1 parent e122578 commit 6aa3a0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"react-native": ">=0.40.0"
3838
},
3939
"files": [
40-
"lib"
40+
"lib",
41+
"app.plugin.js"
4142
],
4243
"devDependencies": {
4344
"@babel/core": "^7.23.9",

0 commit comments

Comments
 (0)