Skip to content

Commit c806f21

Browse files
authored
fix: error when setting up Expo plugin (#98)
* fix: include app.plugin.js in package.json files list * chore: remove unnecessary package-lock.json from package.json files list
1 parent f522d69 commit c806f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"typings",
3737
"*.podspec",
3838
"react-native.config.js",
39+
"app.plugin.js",
3940
"package.json",
40-
"package-lock.json",
4141
"!ios/build",
4242
"!android/build",
4343
"!android/app/build",

0 commit comments

Comments
 (0)