Skip to content

Commit

Permalink
update yarn to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Oct 23, 2023
1 parent dad3842 commit 31702e1
Show file tree
Hide file tree
Showing 6 changed files with 1,052 additions and 1,031 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.yarn/*
!.yarn/releases
.pnp*

node_modules/*
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lssd",
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.0",
"scripts": {
"download": "yarn node .download.js"
},
Expand Down
Loading

0 comments on commit 31702e1

Please sign in to comment.