This commit is contained in:
Christopher Cookman 2025-05-11 10:52:15 -06:00
parent 8c2d04db8f
commit 8bf907ce18
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
hash-format = "sha256" hash-format = "sha256"
[[files]] [[files]]
file = "csv-import.js" file = "importer/csv-import.js"
hash = "1bb5223cc05c9061268fdc7ebd1e4a527a8e06f6c2da2534c703fe1275a4b55d" hash = "1bb5223cc05c9061268fdc7ebd1e4a527a8e06f6c2da2534c703fe1275a4b55d"
[[files]] [[files]]
file = "import.csv" file = "importer/import.csv"
hash = "fa0d4afef8d24ee98446cb048eaf6f8b9b199d82ffcdad3cfefa3d9c19285d28" hash = "fa0d4afef8d24ee98446cb048eaf6f8b9b199d82ffcdad3cfefa3d9c19285d28"
[[files]] [[files]]

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "3560045ee1312929985f17eed67b59877f903ac970871758b9177a3f3314c529" hash = "d626bf551c3581988cb07979520f00b27b8e58502dcad136997853b1b99e88f0"
[versions] [versions]
fabric = "0.16.14" fabric = "0.16.14"