From 9da271af8929e02fca577f47b465a2bc8f0e5663 Mon Sep 17 00:00:00 2001 From: walcutt Date: Sun, 29 Dec 2024 17:36:03 -0500 Subject: [PATCH] Update for release --- .gitignore | 2 ++ system.json | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bff4cc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +archives/* +.DS_Store \ No newline at end of file diff --git a/system.json b/system.json index 1f69142..b990005 100644 --- a/system.json +++ b/system.json @@ -17,7 +17,9 @@ "esmodules": [ "hench.mjs" ], - "styles": ["styles/hench.css"], + "styles": [ + "styles/hench.css" + ], "packs": [], "languages": [], "documentTypes": { @@ -29,5 +31,7 @@ "move": {} } }, - "url": "https://github.com/walcutt/hench" + "url": "https://github.com/walcutt/hench", + "manifest": "https://raw.githubusercontent.com/walcutt/hench/refs/heads/develop/system.json", + "download": "https://github.com/walcutt/hench/archive/refs/tags/0.0.2.zip" } \ No newline at end of file