From 0cef626baf5635fe7ea4c26608b563dcaa4b5aa0 Mon Sep 17 00:00:00 2001 From: Rick Dutour Geerling Date: Thu, 14 Mar 2024 15:47:29 +0100 Subject: [PATCH] fix: remove yarn engine requirement It should work with all versions of Yarn, this prevents users of classic Yarn from consuming the package. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5d881c0..c4ecf7e 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "LICENSE" ], "engines": { - "node": ">=18.*.*", - "yarn": ">=4.0.2" + "node": ">=18.*.*" }, "scripts": { "prepare": "tsc", @@ -50,4 +49,5 @@ "peerDependencies": { "eslint": ">=8.0.0" } -} \ No newline at end of file +} +