Skip to content

Commit

Permalink
Upgrade to yarn 4.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
st3phhays committed Mar 29, 2024
1 parent 989b85f commit 1190c7e
Show file tree
Hide file tree
Showing 6 changed files with 7,751 additions and 4,522 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
node_modules/
package-lock.json
.DS_Store
.cache/
.cache/
.pnp.*
.yarn/install-state.gz
.yarn/cache
.yarn/patches
.yarn/plugins
.yarn/sdks
.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
checksumBehavior: update

compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "choco-theme",
"version": "0.6.0",
"packageManager": "[email protected]",
"description": "The global theme for Chocolatey Software.",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1190c7e

Please sign in to comment.