Compare commits
1 commit
19933857ea
...
ef2c93c6df
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ef2c93c6df |
3 changed files with 4 additions and 2 deletions
|
@ -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" },
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
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">
|
||||
|
|
|
@ -9,7 +9,7 @@ includes = [
|
|||
".luaurc",
|
||||
]
|
||||
license = "MIT"
|
||||
name = "mark_marks/jecs_pesde"
|
||||
name = "marked/jecs"
|
||||
repository = "https://git.devmarked.win/marked/jecs-pesde"
|
||||
version = "0.5.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue