[web] Make corepack happy

Latest Node 20 (20.13.1) ships with an updated corepack which seems to insist
putting a package manager field in package.json
(https://github.com/nodejs/corepack/pull/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).
This commit is contained in:
Manav Rathi 2024-05-16 15:43:02 +05:30
parent a0cb8b850e
commit 8c2654e30a
No known key found for this signature in database

View file

@ -45,5 +45,6 @@
"eslint": "^8",
"prettier": "^3",
"typescript": "^5"
}
},
"packageManager": "yarn@1.22.21"
}