parent
b19deb7f0f
commit
32230ab281
5 changed files with 520 additions and 517 deletions
5
.luaurc
5
.luaurc
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"aliases": {
|
||||
"jecs": "jecs",
|
||||
"testkit": "test/testkit",
|
||||
"mirror": "mirror"
|
||||
"testkit": "tools/testkit",
|
||||
"mirror": "mirror",
|
||||
"tools": "tools",
|
||||
},
|
||||
"languageMode": "strict"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ includes = [
|
|||
license = "MIT"
|
||||
name = "marked/jecs"
|
||||
repository = "https://git.devmarked.win/marked/jecs-pesde"
|
||||
version = "0.5.5"
|
||||
version = "0.6.0-rc.1"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/pesde-pkg/index"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
# It is not intended for manual editing.
|
||||
format = 1
|
||||
name = "marked/jecs"
|
||||
version = "0.5.5"
|
||||
version = "0.6.0-rc.1"
|
||||
target = "luau"
|
||||
|
|
|
@ -11,7 +11,7 @@ includes = [
|
|||
license = "MIT"
|
||||
name = "marked/jecs"
|
||||
repository = "https://git.devmarked.win/marked/jecs-pesde"
|
||||
version = "0.5.5"
|
||||
version = "0.6.0-rc.1"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/pesde-pkg/index"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue