Skip to content

Commit

Permalink
upgrade to yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Oct 28, 2023
1 parent fcea647 commit f54b36d
Show file tree
Hide file tree
Showing 3 changed files with 1,436 additions and 1,430 deletions.
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.1.cjs
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"type": "module",
"engines": {
"npm": "please-use-yarnv3+",
"yarn": ">3"
"npm": "please-use-yarnv4+",
"yarn": ">4"
},
"scripts": {
"check": "yarn copy_to_dist && yarn check_no_copy && del-cli dist",
Expand Down Expand Up @@ -111,5 +111,6 @@
"npm": {
"publish": false
}
}
},
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit f54b36d

Please sign in to comment.