Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit c826b4f

Browse files
repo: minor other fixes
1 parent c1df2e5 commit c826b4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

typst.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[package]
2+
version = "0.1.1"
3+
compiler = "0.12.0"
4+
25
name = "flow"
36
entrypoint = "src/lib.typ"
47
exclude = ["doc/*", "thumbnail/generate", "install.sh"]
@@ -11,10 +14,6 @@ description = "A few templates and too many scattered utils."
1114
categories = ["components", "report"]
1215
keywords = ["pkm", "notes", "checklist"]
1316

14-
version = "0.1.1"
15-
compiler = "0.12.0"
16-
17-
1817
[template]
1918
path = "template"
2019
entrypoint = "main.typ"

util/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pushd $repo
2525
--exclude-from $repo/.gitignore \
2626
--exclude '.git*' \
2727
--exclude util \
28+
--exclude thumbnail/generate \
2829
$repo/ $target/
2930
popd
3031

0 commit comments

Comments
 (0)