Skip to content

Commit b52d68a

Browse files
jasonprafulclaude
andauthored
Remove yarn >=3 version requirement (#328)
This removes the requirement for yarn version 3 or higher, which was breaking user setups when they use this SDK with older yarn versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent c388106 commit b52d68a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@
180180
},
181181
"packageManager": "[email protected]",
182182
"engines": {
183-
"node": ">=18",
184-
"yarn": ">=3"
183+
"node": ">=18"
185184
},
186185
"codegenConfig": {
187186
"name": "IntercomReactNativeSpec",

0 commit comments

Comments
 (0)