From fa518bc41f756b7787b3c612fa30b3b0d15d0b93 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 9 Feb 2025 09:59:14 -0600 Subject: [PATCH] add authors and description to the packwiz example pack --- packwiz/pack.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packwiz/pack.toml b/packwiz/pack.toml index 1bb9b1f..4b8a84a 100644 --- a/packwiz/pack.toml +++ b/packwiz/pack.toml @@ -1,6 +1,8 @@ name = "PackwizJS Testing Pack" version = "1.0.0" pack-format = "packwiz:1.1.0" +description = "PackwizJS Testing Pack" +author = "cswimr, GalacticFactory" [index] file = "index.toml"