@tonguetoquill/collection 0.10.0 → 0.10.1
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
|
@@ -87,17 +87,12 @@ main:
|
|
|
87
87
|
emergency_contact_name:
|
|
88
88
|
title: Emergency Contact Name
|
|
89
89
|
type: string
|
|
90
|
-
required: true
|
|
91
90
|
description: "Put in your Emergency Contact Name."
|
|
92
|
-
ui.compact: true
|
|
93
91
|
|
|
94
92
|
emergency_contact_phone:
|
|
95
93
|
title: Emergency Contact Phone
|
|
96
94
|
type: string
|
|
97
|
-
required: true
|
|
98
95
|
description: "Put in your Emergency Contact's Phone Number."
|
|
99
|
-
ui.compact: true
|
|
100
|
-
|
|
101
96
|
|
|
102
97
|
cards:
|
|
103
98
|
itinerary:
|