From e6d03c770d7d7527b40c380af774fe6ef31f050d Mon Sep 17 00:00:00 2001 From: James <119134081+2jammers@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:22:25 -0600 Subject: [PATCH] update repo name --- README.md | 2 +- pesde.toml | 6 +++--- standalone.project.json | 13 +++++++++---- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9dc1053..e465bb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# UI Framework +# UI [![license](https://img.shields.io/github/license/luminlabsdev/framework)](https://github.com/luminlabsdev/ui-framework/blob/main/LICENSE) [![release](https://img.shields.io/github/v/release/luminlabsdev/framework)](https://github.com/luminlabsdev/ui-framework/releases/latest) diff --git a/pesde.toml b/pesde.toml index cd5ec64..07b4588 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,8 +1,8 @@ -name = "lumin/uiframework" -version = "0.1.0" +name = "lumin/ui" +version = "0.3.0-rc1" description = "A lightweight and embeddable UI framework" authors = ["2jammers"] -repository = "https://github.com/luminlabsdev/ui-framework" +repository = "https://github.com/luminlabsdev/ui" license = "MIT" [target] diff --git a/standalone.project.json b/standalone.project.json index 76c0b21..957486a 100644 --- a/standalone.project.json +++ b/standalone.project.json @@ -1,9 +1,14 @@ { - "name": "standalone", + "name": "ui", "tree": { - "$path": "Packages", - "ui-framework": { - "$path": "src" + "standalone": { + "$className": "Folder", + "src": { + "$path": "src" + }, + "roblox_packages": { + "$path": "roblox_packages" + } } } }