From e850529b93b35e5012a17df4d2a2d40158dc9bb9 Mon Sep 17 00:00:00 2001 From: Lewin Kelly Date: Tue, 16 Apr 2024 13:41:18 +0100 Subject: [PATCH] More build package manager fixes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bf81a71..5aa7b45 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,6 @@ }, "dependencies": { "nprogress": "^0.2.0" - } + }, + "packageManager": "npm@10.5.0" }