From 0da3fc9a42c6e12c14810cab58293118dd530f80 Mon Sep 17 00:00:00 2001 From: choysum-ci-bot Date: Fri, 12 Jun 2026 14:35:51 +0000 Subject: [PATCH] chore(modules): sync pointer for document --- modules/official/document.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/official/document.json diff --git a/modules/official/document.json b/modules/official/document.json new file mode 100644 index 0000000..1007918 --- /dev/null +++ b/modules/official/document.json @@ -0,0 +1,10 @@ +{ + "$schema": "../../schemas/catalog-entry.schema.json", + "package": "@choysum-dev/document", + "trust": "official", + "maintainers": [ + { + "github": "choysum-dev" + } + ] +}