From e811c94c4a054fe0401a8f3fcc0c64643c9b329e Mon Sep 17 00:00:00 2001 From: Student User Date: Tue, 21 Mar 2023 22:05:40 -0400 Subject: [PATCH] Fixed JSON syntax --- 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" } }