From f8bb7054362d52fb9923adab2d3f265b42e02899 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 2 Oct 2023 11:44:02 -0400 Subject: [PATCH] Allow Yarn, but not PNPM and Bun --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bdd1c46..f882572 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,10 @@ "toobusy-js": "^0.5.1" }, "engines": { - "node": "16.x" + "node": ">=18.0.0", + "yarn": ">=1.22.0", + "pnpm": "Please use NPM or Yarn instead", + "bun": "Please use NPM or Yarn instead" }, "repository": { "url": "https://github.com/ashpotter/poketube"