Skip to content

Commit

Permalink
docs: regen readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 4, 2024
1 parent 176024f commit 9a2af97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/imgui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Browser ESM import:

[JSDelivr documentation](https://www.jsdelivr.com/)

Package sizes (brotli'd, pre-treeshake): ESM: 6.67 KB
Package sizes (brotli'd, pre-treeshake): ESM: 6.66 KB

## Dependencies

Expand Down
4 changes: 3 additions & 1 deletion packages/parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ grammars](https://makertube.net/w/ursFuQNJQQskmejx1ydL7q)

## Related packages

- [@thi.ng/hiccup-markdown](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-markdown) - Markdown parser & serializer from/to Hiccup format
- [@thi.ng/proctext](https://github.com/thi-ng/umbrella/tree/develop/packages/proctext) - Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions
- [@thi.ng/transducers-fsm](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers-fsm) - Transducer-based Finite State Machine transformer

## Installation
Expand Down Expand Up @@ -101,7 +103,7 @@ For Node.js REPL:
const parse = await import("@thi.ng/parse");
```

Package sizes (brotli'd, pre-treeshake): ESM: 5.21 KB
Package sizes (brotli'd, pre-treeshake): ESM: 5.27 KB

## Dependencies

Expand Down
2 changes: 2 additions & 0 deletions packages/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@
},
"thi.ng": {
"related": [
"hiccup-markdown",
"proctext",
"transducers-fsm"
],
"year": 2020
Expand Down

0 comments on commit 9a2af97

Please sign in to comment.