3 Commits

Author SHA1 Message Date
Sammy Hori
e410c6a5b7 Merge 639902dae2 into 82dc6badc9 2025-01-03 17:22:15 +05:30
Sammy Hori
639902dae2 Added TypeScript to Berry (Yarn)'s technologies 2024-12-31 13:12:27 +00:00
Sammy Hori
fc4a67b32e 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.
2024-12-31 13:10:42 +00:00

View File

@@ -668,11 +668,12 @@
"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"
"JavaScript",
"TypeScript"
],
"description": "Fast, reliable, and secure dependency management."
},