From 1300a755cd67bd19a85355991f29ffaf14d127b9 Mon Sep 17 00:00:00 2001 From: Darlisha Campbell <40171398+DarCampbell@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:25:18 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9beb858904..0396e2467d 100644 --- a/package.json +++ b/package.json @@ -3212,7 +3212,7 @@ "browser": { "type": "string", "description": "The debugging browser to launch (Edge or Chrome)", - "default": "chrome", + "default": "edge", "enum": [ "chrome", "edge" @@ -3750,4 +3750,4 @@ } ] } -} \ No newline at end of file +}