Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Use yarn v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Mar 4, 2024
1 parent d4929dd commit 6ca4eee
Show file tree
Hide file tree
Showing 3 changed files with 901 additions and 1 deletion.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"postbuild:mac": "npm run postbuild && cd npm/darwin-arm64 && npm run postbuild && cd ../darwin-x64 && npm run postbuild && rm *-e",
"postbuild": "sed -i'' -e 's/<Type>//g' index.js && sed -i'' -e '/^export type*/d' index.d.ts"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@4.1.0"
}

0 comments on commit 6ca4eee

Please sign in to comment.