Skip to content

Commit

Permalink
repo: migrate to new yarn ver
Browse files Browse the repository at this point in the history
  • Loading branch information
thetayloredman committed Feb 21, 2023
1 parent bca371a commit c6cc834
Show file tree
Hide file tree
Showing 6 changed files with 9,539 additions and 6,023 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
/coverage/
/node_modules/
/docs/
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.19.cjs"
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
"*.json": [
"prettier --write"
]
}
},
"packageManager": "yarn@3.4.1"
}
14,674 changes: 8,652 additions & 6,022 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c6cc834

Please sign in to comment.