From 04f60358b82a0237be52bd94c3347846299a6be4 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 4 Sep 2024 10:26:31 +0200 Subject: [PATCH] chore(corepack): specify package manager This property allows to directly use the correct package manager for this project, speeds up contributions and adds flexibility. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a31a1116..09c40816 100644 --- a/package.json +++ b/package.json @@ -87,5 +87,6 @@ "peerDependencies": {}, "dependencies": { "tslib": "^2.4.0" - } + }, + "packageManager": "yarn@1.22.22" }