@tonguetoquill/collection 0.1.18 → 0.1.19
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tonguetoquill/collection",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"update-subtrees": "node scripts/update-subtrees.mjs",
|
|
25
|
-
"test": "node scripts/check-duplicates.mjs && node scripts/validate-quills.mjs",
|
|
25
|
+
"test": "node scripts/check-duplicates.mjs && node scripts/validate-quills.mjs && node scripts/validate-templates.mjs",
|
|
26
26
|
"build": "echo \"No build specified\"",
|
|
27
27
|
"preversion": "npm test",
|
|
28
28
|
"postversion": "git push --follow-tags",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
#let DEFAULT_LETTERHEAD_FONTS = ("Copperplate CC",)
|
|
25
25
|
#let DEFAULT_BODY_FONTS = ("times new roman", "NimbusRomNo9L") // AFH 33-337 §5: Times New Roman required
|
|
26
|
-
#let LETTERHEAD_COLOR = rgb("#
|
|
26
|
+
#let LETTERHEAD_COLOR = rgb("#204093") // Faded USAF blue for letterhead
|
|
27
27
|
|
|
28
28
|
// =============================================================================
|
|
29
29
|
// PARAGRAPH CONFIGURATION
|