Skip to content

Commit 619ae7f

Browse files
chore: prevent incorrect files being released
1 parent 53648c7 commit 619ae7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"files": [
2121
"src",
2222
"lib",
23-
"android",
24-
"ios",
25-
"cpp",
26-
"*.podspec",
23+
"!android",
24+
"!ios",
25+
"!cpp",
26+
"!*.podspec",
2727
"react-native.config.js",
2828
"!ios/build",
2929
"!android/build",
@@ -90,7 +90,7 @@
9090
"peerDependencies": {
9191
"react": "*",
9292
"react-native": "*",
93-
"react-native-reanimated": ">=4.0.0"
93+
"react-native-reanimated": "*"
9494
},
9595
"workspaces": [
9696
"example"

0 commit comments

Comments
 (0)