From 39523e923484562ebef52a2b21fb09cfec1f8d27 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 16 Apr 2024 12:20:06 +0300 Subject: [PATCH] chore: add packageManager to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cf59d9..1c51a33 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,6 @@ "homepage": "https://github.com/ivuorinen/dotfiles#readme", "devDependencies": { "@ivuorinen/base-configs": "^1.1.0" - } + }, + "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }