From 6dddb4af7012f86ea09b64e444981092317b5198 Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Fri, 4 Oct 2024 11:49:38 +0200 Subject: [PATCH] chore: formatting Signed-off-by: Berend Sliedrecht --- lerna.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 948ec8e..65bd35b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { - "npmClient": "pnpm", - "version": "0.1.0", - "exact": true, - "message": "chore(release): %s" + "npmClient": "pnpm", + "version": "0.1.0", + "exact": true, + "message": "chore(release): %s" }