From 19933857ea9e0f6cf1d1196ceb9194ade00f0459 Mon Sep 17 00:00:00 2001 From: marked <+marked@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:06:01 +0000 Subject: [PATCH 1/2] Sync to upstream Jecs 0.5.3 --- README.md | 1 - pesde.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d8e7df0..07140a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde. -Install with pesde @ `marked/jecs`

diff --git a/pesde.toml b/pesde.toml index 26b82af..623c65f 100644 --- a/pesde.toml +++ b/pesde.toml @@ -9,7 +9,7 @@ includes = [ ".luaurc", ] license = "MIT" -name = "marked/jecs" +name = "mark_marks/jecs_pesde" repository = "https://git.devmarked.win/marked/jecs-pesde" version = "0.5.3" From ef2c93c6dff8f1a8c1f26cffcd52a4f50b628514 Mon Sep 17 00:00:00 2001 From: marked Date: Sat, 25 Jan 2025 18:07:12 +0100 Subject: [PATCH 2/2] Fix pull script --- .lune/pull.luau | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lune/pull.luau b/.lune/pull.luau index ff9973c..15cb1ce 100644 --- a/.lune/pull.luau +++ b/.lune/pull.luau @@ -182,6 +182,7 @@ print(`🟧 Modifying README.md to include repo info...`) local readme_contents = fs.readFile("README.md") local new_readme_contents = [[ An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde. +Install with pesde @ `marked/jecs` ]] .. readme_contents @@ -189,7 +190,7 @@ fs.writeFile("README.md", new_readme_contents) print(`✅ Modified README.md.`) local pesde_manifest: pesde_manifest = { - name = "mark_marks/jecs_pesde", + name = "marked/jecs", description = "A minimal copy of jecs published on the official pesde registry", version = jecs_version, authors = { "jecs authors" },