Compare commits

..

1 commit

Author SHA1 Message Date
marked
19933857ea Sync to upstream Jecs 0.5.3 2025-01-25 17:06:01 +00:00
3 changed files with 2 additions and 4 deletions

View file

@ -182,7 +182,6 @@ print(`🟧 Modifying README.md to include repo info...`)
local readme_contents = fs.readFile("README.md") local readme_contents = fs.readFile("README.md")
local new_readme_contents = [[ local new_readme_contents = [[
An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde. An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde.
Install with pesde @ `marked/jecs`
]] .. readme_contents ]] .. readme_contents
@ -190,7 +189,7 @@ fs.writeFile("README.md", new_readme_contents)
print(`✅ Modified README.md.`) print(`✅ Modified README.md.`)
local pesde_manifest: pesde_manifest = { local pesde_manifest: pesde_manifest = {
name = "marked/jecs", name = "mark_marks/jecs_pesde",
description = "A minimal copy of jecs published on the official pesde registry", description = "A minimal copy of jecs published on the official pesde registry",
version = jecs_version, version = jecs_version,
authors = { "jecs authors" }, authors = { "jecs authors" },

View file

@ -1,5 +1,4 @@
An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde. An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde.
Install with pesde @ `marked/jecs`
<p align="center"> <p align="center">

View file

@ -9,7 +9,7 @@ includes = [
".luaurc", ".luaurc",
] ]
license = "MIT" license = "MIT"
name = "marked/jecs" name = "mark_marks/jecs_pesde"
repository = "https://git.devmarked.win/marked/jecs-pesde" repository = "https://git.devmarked.win/marked/jecs-pesde"
version = "0.5.3" version = "0.5.3"