Skip to content

Commit

Permalink
Upgrade yarn to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Oct 30, 2023
1 parent d8adef6 commit eff462d
Show file tree
Hide file tree
Showing 4 changed files with 8,388 additions and 5,440 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

Expand All @@ -24,3 +22,11 @@ dist-ssr
*.sw?

.env

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
"webextension-polyfill": "^0.10.0",
"websocket-as-promised": "^2.0.1",
"zod": "^3.21.4"
}
},
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit eff462d

Please sign in to comment.