Add package-lock.json, fix readme

This commit is contained in:
Christian Georgi
2020-04-02 15:39:08 +02:00
parent e657e2c398
commit 0601038f0f
6 changed files with 2071 additions and 2450 deletions

View File

@@ -11,7 +11,7 @@ In SAP Business Application Studio, open a terminal.
Then clone the repo with this specific branch:
```sh
git clone https://github.com/sap-samples/cloud-cap-samples -b OpenSAP-week2-unit2
git clone https://github.com/sap-samples/cloud-cap-samples -b openSAP-week2-unit2
cd cloud-cap-samples
```

2064
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,8 +11,8 @@
"bookshop": "cds watch packages/bookshop"
},
"dependencies": {
"@sap/cds": "latest",
"express": "*"
"@sap/cds": "^3",
"express": "^4"
},
"devDependencies": {
"sqlite3": "*"

File diff suppressed because it is too large Load Diff

View File

@@ -4,8 +4,8 @@
"description": "A simple bookshop application, build in a self-contained all-in-one fashion, i.e. w/o reusing other packages.",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "latest",
"express": "*"
"@sap/cds": "^3",
"express": "^4"
},
"scripts": {
"start": "cds run --in-memory?",

View File

@@ -5,8 +5,8 @@
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "latest",
"express": "*"
"@sap/cds": "^3",
"express": "^4"
},
"files": [
"db",