Skip to content

Commit

Permalink
[web] Make corepack happy
Browse files Browse the repository at this point in the history
Latest Node 20 (20.13.1) ships with an updated corepack which seems to insist
putting a package manager field in package.json
(nodejs/corepack#413).

Let it have its way, hoping that this doesn't break someone's workflow
(depending on how they installed yarn without corepack or if they have a node
version that doesn't have corepack).
  • Loading branch information
mnvr committed May 16, 2024
1 parent a0cb8b8 commit 8c2654e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"eslint": "^8",
"prettier": "^3",
"typescript": "^5"
}
},
"packageManager": "yarn@1.22.21"
}

0 comments on commit 8c2654e

Please sign in to comment.