From c55bdf2ad9f34bba7751982e023e3eac55a09da2 Mon Sep 17 00:00:00 2001 From: Luka Siric Date: Wed, 31 Aug 2022 13:04:23 +0200 Subject: [PATCH] run prettier Signed-off-by: Luka Siric --- packages/cli/package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index a4162c5e80..b978833d29 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -256,15 +256,18 @@ "certificate": { "type": "object", "description": "Parent object containing certificate and the private key", - "required": ["key", "cert"], - "properties" : { + "required": [ + "key", + "cert" + ], + "properties": { "key": { - "type" : "string", + "type": "string", "visibility": "secret", "description": "Https Certificate private key. Use $file to load in a file" }, "cert": { - "type" : "string", + "type": "string", "visibility": "secret", "description": "Https Certificate. Use $file to load in a file" }