Skip to content

Commit

Permalink
chore: move to yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsdeman committed Feb 24, 2025
1 parent 6095b13 commit 999f603
Show file tree
Hide file tree
Showing 3 changed files with 5,568 additions and 3,510 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
.idea
dist
.yarn
.yarnrc.yml
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@gewis/planka-client",
"version": "1.2.0",
"license": "AGPL-3.0-or-later",
"private": false,
"scripts": {
"build": "tsc --noEmit && vite build",
"test": "vitest run",
Expand Down Expand Up @@ -65,5 +64,5 @@
"engines": {
"node": ">=22.0.0"
},
"packageManager": "yarn@1.22.22"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit 999f603

Please sign in to comment.