From dd166d30a2d10aa5148496d6216c749eefff21d8 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:21:50 -0700 Subject: [PATCH] Remove pnpm from engines --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 7be6a07..b22ff3e 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "author": "Cynthia ", "license": "BSD-3-Clause", "engines": { - "node": ">= 18", - "pnpm": ">= 9" + "node": ">= 18" }, "scripts": { "build": "tsc",