Revert change to npm workspaces

This PARTIALLY reverts commit 912271338d.
This commit is contained in:
Daniel
2022-04-06 13:17:51 +02:00
parent 912271338d
commit 7e4bc0985e
2 changed files with 12 additions and 4 deletions

View File

@@ -5,9 +5,17 @@
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
"author": "daniel.hutzel@sap.com",
"dependencies": {
"@sap/cds": ">=5.5.3"
"@capire/bookstore": "./bookstore",
"@capire/bookshop": "./bookshop",
"@capire/common": "./common",
"@capire/data-viewer": "./data-viewer",
"@capire/fiori": "./fiori",
"@capire/hello": "./hello",
"@capire/media": "./media",
"@capire/orders": "./orders",
"@capire/reviews": "./reviews",
"@sap/cds": "^5.5.3"
},
"workspaces": ["./*/"],
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",