From 009bba35a595b41ea021b749404f2793812ee2c9 Mon Sep 17 00:00:00 2001 From: Yuri Pieters Date: Sun, 11 Jun 2023 13:37:53 +0100 Subject: [PATCH] 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. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 43b8883..413144e 100644 --- a/package.json +++ b/package.json @@ -120,6 +120,7 @@ "typescript": "^5.0.4", "webpack-dev-server": "4.15.0" }, + "packageManager": "yarn@1.22.19", "engines": { "node": ">=8.9.0" }, -- 2.44.1