From 0bce8d9ce0101d446d3c2b77ffea3e815b69437a Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 7 Feb 2022 09:52:17 +0100 Subject: [PATCH] Fix glitch --- hello/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/package.json b/hello/package.json index 5761592d..e7ca41d1 100644 --- a/hello/package.json +++ b/hello/package.json @@ -7,7 +7,7 @@ "start:ts": "cds-ts serve srv/world.cds" }, "dependencies": { - "@sap/cds": "^5.0.4", + "@sap/cds": "^5.0.4" }, "devDependencies": { "@types/jest": "^27.0.2",