Skip to content

Commit

Permalink
upgrade to yarn v4 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Oct 28, 2023
1 parent fcea647 commit ca21099
Show file tree
Hide file tree
Showing 5 changed files with 2,959 additions and 2,059 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ __pycache__
*.pyc
**/.peru/*
.pnp.*
.yarn
.yarn/*

# Ignore the .vscode recommended extensions file
!.vscode/extensions.json
!.yarn/releases
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"main": "index.js",
"type": "module",
"engines": {
"npm": "please-use-yarnv3+",
"yarn": ">3"
"npm": "please-use-yarnv4+",
"yarn": ">4"
},
"packageManager": "yarn@4.0.1",
"scripts": {
"check": "yarn copy_to_dist && yarn check_no_copy && del-cli dist",
"check_no_copy": "(eslint . && rome ci . && web-ext lint -w --ignore-files \"./popup/vendors/*\") || (del-cli dist && exit 1)",
Expand Down
Loading

0 comments on commit ca21099

Please sign in to comment.