From 14e5e7176129c7c896707c6462e45d22c5bb164c Mon Sep 17 00:00:00 2001 From: Student User Date: Wed, 3 May 2023 01:56:24 -0400 Subject: [PATCH] package delimiter changes --- 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" } }