From 59e915cc10c490aa1a92b842792902fa6f99c15c Mon Sep 17 00:00:00 2001 From: dpschen Date: Sat, 27 Nov 2021 19:36:57 +0000 Subject: [PATCH] feat: add packageManager field to package.json (#1099) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1099 Reviewed-by: konrad Co-authored-by: dpschen Co-committed-by: dpschen --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fd37c50b8..dc5999958 100644 --- a/package.json +++ b/package.json @@ -155,5 +155,6 @@ "json" ] }, - "license": "AGPL-3.0-or-later" + "license": "AGPL-3.0-or-later", + "packageManager": "yarn@1.22.17" }