Skip to content

Commit eae8c1e

Browse files
committed
chore: drop reference to bundled yarn binary
1 parent 539f16e commit eae8c1e

3 files changed

Lines changed: 642 additions & 679 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
nodeLinker: node-modules
21
nmHoistingLimits: workspaces
3-
4-
yarnPath: .yarn/releases/yarn-4.11.0.cjs
2+
nodeLinker: node-modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"workspaces": [
100100
"example"
101101
],
102-
"packageManager": "yarn@4.11.0",
102+
"packageManager": "yarn@4.12.0",
103103
"react-native-builder-bob": {
104104
"source": "src",
105105
"output": "lib",

0 commit comments

Comments
 (0)