Skip to content

Commit

Permalink
Set yarn release to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Dec 8, 2023
1 parent f1bb723 commit 356eb0e
Show file tree
Hide file tree
Showing 4 changed files with 898 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.yarn
.yarn
!.yarn/releases/*
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@4.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && echo '/* /index.html 200' | cat > dist/_redirects",
Expand Down

0 comments on commit 356eb0e

Please sign in to comment.