From 0ac8205d8a48e99a49a80cd1c79a8203e1b80536 Mon Sep 17 00:00:00 2001 From: Amit Dahan Date: Tue, 11 Jul 2023 12:38:09 +0300 Subject: [PATCH] format stuff --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8804c3d..22c64c5 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "test:all": "yarn workspaces foreach -pv run test:ci", "lint:all": "yarn workspaces foreach -pv run lint" }, - "packageManager": "yarn@3.6.1", "devDependencies": { "@angular/cli": "^16.1.4" - } + }, + "packageManager": "yarn@3.6.1" }