From d9d7203e4957b3c62b803ee91e320d67c2b2991c Mon Sep 17 00:00:00 2001 From: Uwe Klinger Date: Wed, 9 Jun 2021 07:47:28 +0200 Subject: [PATCH] Fix unintended diffs --- package.json | 1 - samples.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d034090..6a8fdc91 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ }, "scripts": { "cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules", - "fix-antlr": "sed -i -e 's/INVALID_ALT_NUMBER = require.*/INVALID_ALT_NUMBER = 0/' node_modules/antlr4/tree/Trees.js node_modules/antlr4/RuleContext.js", "registry": "node .registry/server.js", "bookshop": "cds watch bookshop", "fiori": "cds watch fiori", diff --git a/samples.md b/samples.md index b5af7c96..f68ce257 100644 --- a/samples.md +++ b/samples.md @@ -62,6 +62,8 @@ Each sub directory essentially is an individual npm package arranged in an [all- - A [composite app, reusing and combining](https://cap.cloud.sap/docs/guides/verticalize) these packages: - [@capire/bookshop](bookshop) - [@capire/common](common) + - [@capire/orders](orders) + - [@capire/reviews](reviews) - [@capire/suppliers](suppliers) - [Adds an SAP Fiori elements application](https://cap.cloud.sap/docs/guides/fiori/) to bookshop, thereby introducing to: - [OData Annotations](https://cap.cloud.sap/docs/guides/fiori#adding-odata-annotations) in `.cds` files