This commit is contained in:
Daniel
2020-03-02 00:08:49 +01:00
parent d9df2930cb
commit 26d7fc767c
71 changed files with 141 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@sap/capire-samples",
"name": "@capire/samples",
"description": "The umbrella project for all samples to easily setup for local development and tests.",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"author": "daniel.hutzel@sap.com",
@@ -8,8 +8,9 @@
"bookshop": "cds watch bookshop"
},
"dependencies": {
"@sap/capire-bookshop": "./bookshop",
"@sap/capire-common": "./common"
"@capire/bookshop": "./bookshop",
"@capire/genres": "./genres",
"@capire/common": "./common"
},
"--add-these-to-devDependencies-for-tests": {
"@types/jest": "*",