From 1359f559d1d25aeec1caf5781f89f208d375efda Mon Sep 17 00:00:00 2001 From: "Luna Magdalena :3" <3"@girlkissing.tips> Date: Fri, 13 Mar 2026 19:08:24 -0300 Subject: [PATCH] add descriptions for packages --- repo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repo.json b/repo.json index 12892d5..020bf5a 100644 --- a/repo.json +++ b/repo.json @@ -1,10 +1,10 @@ { "name": "itty", "packages": { - "lazybox": {"url": "~lazybox.yarn", "version": [1]}, - "miss": {"url": "~miss.yarn", "version": [1, 2]}, - "mrrp": {"url": "~mrrp.yarn", "version": [1, 3]}, - "smol":{"url":"~smol.yarn","version":[1]}, - "help":{"url":"~help.yarn","version":[1]} + "lazybox": {"url": "~lazybox.yarn", "version": [1],"description":"Coreutils for Itty"}, + "miss": {"url": "~miss.yarn", "version": [1, 2], "description":"Magdalena's Init and Simple Shell"}, + "mrrp": {"url": "~mrrp.yarn", "version": [1, 3],"description":"Manager for Retrieving and Removing Packages"}, + "smol":{"url":"~smol.yarn","version":[1],"description":"Smol text editor"}, + "help":{"url":"~help.yarn","version":[1],"description":"Quickstart guide for Itty"} } }