From 8a6c7f7795b2d460285455786455fd398f62abfa Mon Sep 17 00:00:00 2001 From: Nreddy2020 <44947790+Nreddy2020@users.noreply.github.com> Date: Thu, 4 May 2023 16:34:40 +0530 Subject: [PATCH] Update package.json added missing colon --- nodejs-helloworld/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-helloworld/package.json b/nodejs-helloworld/package.json index 338e1f7ead..29b13f406d 100644 --- a/nodejs-helloworld/package.json +++ b/nodejs-helloworld/package.json @@ -9,6 +9,6 @@ "author": "Red Hat Training", "license": "ASL", "dependencies": { - "express" "4.14.x" + "express": "4.14.x" } }