From fc4a67b32e2a3a7789a8827e965dfa30bbc1fdf1 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Tue, 31 Dec 2024 13:10:42 +0000 Subject: [PATCH 1/2] Moved Yarn link to Berry (Yarn's active development branch) I also changed the name so people don't get confused if the click on it. --- data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index fce8318..e4a3921 100644 --- a/data.json +++ b/data.json @@ -658,8 +658,8 @@ "description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser." }, { - "name": "Yarn", - "link": "https://github.com/yarnpkg/yarn", + "name": "Berry - Active development trunk for Yarn", + "link": "https://github.com/yarnpkg/berry", "label": "good first issue", "technologies": [ "JavaScript" From 639902dae2bb334f5b9572e346a25c0b0306c78e Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Tue, 31 Dec 2024 13:12:27 +0000 Subject: [PATCH 2/2] Added TypeScript to Berry (Yarn)'s technologies --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index e4a3921..3ee51cd 100644 --- a/data.json +++ b/data.json @@ -662,7 +662,8 @@ "link": "https://github.com/yarnpkg/berry", "label": "good first issue", "technologies": [ - "JavaScript" + "JavaScript", + "TypeScript" ], "description": "Fast, reliable, and secure dependency management." },