1 Commits
v0.1.8 ... main

Author SHA1 Message Date
c0dbc41312 fix(manifest): normalize optional module ids 2026-07-20 20:01:50 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ Expected optional integrations:
- grants - grants
- assets - assets
- files - files
- forms-runtime - forms_runtime
- tasks - tasks
## Development Install ## Development Install

View File

@@ -27,7 +27,7 @@ Inspection workflows for site visits, checklists, findings, measures, deadlines,
- grants - grants
- assets - assets
- files - files
- forms-runtime - forms_runtime
- tasks - tasks
## Seed State ## Seed State

View File

@@ -15,7 +15,7 @@ OPTIONAL_DEPENDENCIES = (
"grants", "grants",
"assets", "assets",
"files", "files",
"forms-runtime", "forms_runtime",
"tasks", "tasks",
) )