Skip to content

Commit

Permalink
update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed Dec 14, 2024
1 parent d10ef56 commit e6d03c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions pesde.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
13 changes: 9 additions & 4 deletions standalone.project.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit e6d03c7

Please sign in to comment.