Skip to content

Commit abb7def

Browse files
committed
Add .yarnrc.yml and update package.json for Yarn 4.9.1 support
1 parent 1340a3c commit abb7def

File tree

5 files changed

+20440
-14152
lines changed

5 files changed

+20440
-14152
lines changed

.yarn/install-state.gz

2.06 MB
Binary file not shown.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"url": "https://herper.io/"
99
},
1010
"license": "MIT",
11-
"private": false,
1211
"repository": {
1312
"type": "git",
1413
"url": "https://github.com/jakeherp/portfolio"
@@ -128,5 +127,6 @@
128127
"engines": {
129128
"npm": ">=9",
130129
"node": ">=20"
131-
}
130+
},
131+
"packageManager": "yarn@4.9.1"
132132
}

0 commit comments

Comments
 (0)