Specify package manager version in package.json

This setting is picked up by Corepack, and it's a way for others to concretely know which package manager they should use.
This commit is contained in:
Yuri Pieters 2023-06-11 13:37:53 +01:00
parent 42d6b11aea
commit 009bba35a5

View file

@ -120,6 +120,7 @@
"typescript": "^5.0.4",
"webpack-dev-server": "4.15.0"
},
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=8.9.0"
},