From 43883ae2e2567b2871f7b4a6090f1a4141acb9bf Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 9 Dec 2021 16:52:33 +0100 Subject: [PATCH] @uppy/companion: don't pin Yarn version in `package.json` (#3347) Fixes: https://github.com/transloadit/uppy/issues/3356 --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 233886a858..4fbfaf9fe9 100644 --- a/package.json +++ b/package.json @@ -112,9 +112,7 @@ "test": "bash -c 'source env.test.sh && ../../../node_modules/jest/bin/jest.js'", "test:watch": "yarn test -- --watch" }, - "packageManager": "yarn@3.1.0", "engines": { - "node": ">=10.20.1", - "yarn": "3.1.0" + "node": ">=10.20.1" } }