From 574f90991da8ef735fdbdec54c2a79505f2bcbdd Mon Sep 17 00:00:00 2001 From: David Archer <16766645+davidaustinarcher@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:40:49 +0100 Subject: [PATCH] Re-removing dev dependency due to "playwright not found" problem --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index b81d850..689c99e 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,5 @@ "bugs": { "url": "https://github.com/Contrast-Security-OSS/demo-petclinic/issues" }, - "homepage": "https://github.com/Contrast-Security-OSS/demo-petclinic#readme", - "devDependencies": { - "@playwright/test": "^1.32.1" - } + "homepage": "https://github.com/Contrast-Security-OSS/demo-petclinic#readme" }