From 756027504043e3bbfe678e620efec82826ec5b34 Mon Sep 17 00:00:00 2001 From: Leaftail <110915645+leaftail1880@users.noreply.github.com> Date: Sun, 22 Oct 2023 14:55:35 +0300 Subject: [PATCH] Fix pnpm engine specification (#248) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea8b955a..e691910b 100644 --- a/package.json +++ b/package.json @@ -120,6 +120,6 @@ "engines": { "node": ">=18.0.0", "npm": ">=9.0.0", - "pnpm": ">= 8.6.0" + "pnpm": ">=8.6.0" } }