From 89484b89d6f561d0eb43d64e8c1ee568bcfebcd6 Mon Sep 17 00:00:00 2001 From: Sibelius Seraphini Date: Wed, 21 Oct 2020 20:32:02 -0300 Subject: [PATCH] fix: yarn engine is not required (#34) I don't think we need to make sure the user is using a specific version of yarn this was causing some trouble for us --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8459813e..f12278bf 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,7 @@ "access": "public" }, "engines": { - "node": ">=12", - "yarn": ">=1.22.4" + "node": ">=12" }, "scripts": { "gendocs": "typedoc --options typedoc.js src/",