From b151245ce4cc45e37a55c1ccdca8d1c8be3781f3 Mon Sep 17 00:00:00 2001 From: Anthony Bartolo Date: Wed, 20 Aug 2025 14:35:27 -0400 Subject: [PATCH] Fix JSON formatting in package.json --- .../ContainerDemo/example-voting-app/result/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/Events and Hacks/Tech Talks/ContainerDemo/example-voting-app/result/package.json b/archive/Events and Hacks/Tech Talks/ContainerDemo/example-voting-app/result/package.json index b3f4f0b4..e289ef5b 100644 --- a/archive/Events and Hacks/Tech Talks/ContainerDemo/example-voting-app/result/package.json +++ b/archive/Events and Hacks/Tech Talks/ContainerDemo/example-voting-app/result/package.json @@ -16,8 +16,8 @@ "async": "^1.5.0", "pg": "^4.4.3", "socket.io": ">=2.5.1" + } "devDependencies": { "socket.io": ">=2.5.1" -} - } + } }