Update for release

This commit is contained in:
walcutt 2024-12-29 17:36:03 -05:00
parent 0a9240c77e
commit 9da271af89
2 changed files with 8 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
archives/*
.DS_Store

View File

@ -17,7 +17,9 @@
"esmodules": [ "esmodules": [
"hench.mjs" "hench.mjs"
], ],
"styles": ["styles/hench.css"], "styles": [
"styles/hench.css"
],
"packs": [], "packs": [],
"languages": [], "languages": [],
"documentTypes": { "documentTypes": {
@ -29,5 +31,7 @@
"move": {} "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"
} }