Update code sample

This commit is contained in:
Elena Oresharova
2020-02-10 17:24:24 +01:00
parent b7aee4e0e0
commit 64adf115f3
5 changed files with 36 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "@sap/products",
"version": "1.0.0",
"description": "A reuse package providing domain models and services to manage product catalogs.",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "latest",
"express": "*"
},
"files": [
"db",
"index.cds"
]
}