create-carlonicora-app 1.3.9 → 1.4.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
CHANGED
|
@@ -220,6 +220,11 @@
|
|
|
220
220
|
"error": "Author is required",
|
|
221
221
|
"label": "Author",
|
|
222
222
|
"placeholder": "Select Author"
|
|
223
|
+
},
|
|
224
|
+
"owner": {
|
|
225
|
+
"error": "Owner is required",
|
|
226
|
+
"label": "Owner",
|
|
227
|
+
"placeholder": "Select Owner"
|
|
223
228
|
}
|
|
224
229
|
},
|
|
225
230
|
"relevance": "Relevance",
|