@civicactions/cmsds-open-data-components 4.0.8-alpha.2 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -430,8 +430,8 @@ function addUsageTable(lines, usageMap) {
|
|
|
430
430
|
lines.push('');
|
|
431
431
|
|
|
432
432
|
// Table header
|
|
433
|
-
lines.push('|
|
|
434
|
-
lines.push('
|
|
433
|
+
lines.push('| Name | Count | Used In |');
|
|
434
|
+
lines.push('|------|-------|---------|');
|
|
435
435
|
|
|
436
436
|
// Table rows
|
|
437
437
|
items.forEach(({ name, usages }) => {
|