@tonguetoquill/collection 0.12.0 → 0.13.0
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 +1 -1
- package/templates/templates.json +2 -2
package/package.json
CHANGED
package/templates/templates.json
CHANGED
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"name": "DAF Form 4392",
|
|
61
61
|
"description": "Pre-Departure Safety Briefing (Page 2)",
|
|
62
62
|
"file": "daf4392.md",
|
|
63
|
-
"production":
|
|
63
|
+
"production": true
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"id": "daf-form-1206",
|
|
67
67
|
"name": "DAF Form 1206",
|
|
68
68
|
"description": "Nomination for Award",
|
|
69
69
|
"file": "daf1206.md",
|
|
70
|
-
"production":
|
|
70
|
+
"production": false
|
|
71
71
|
}
|
|
72
72
|
]
|