From 23b3403bf8648f72d71928c1f7dbd110ea335019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Mon, 11 Dec 2023 15:05:46 +0100 Subject: [PATCH] Switches Yarn to the "aliases" field --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 74393b0ac..dae048038 100644 --- a/config.json +++ b/config.json @@ -139,7 +139,7 @@ "type": "url", "url": "https://repo.yarnpkg.com/tags", "fields": { - "tags": "latest", + "tags": "aliases", "versions": "tags" } },