Add package-lock.json, fix readme, remove hana-client
This commit is contained in:
@@ -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-week3-unit6
|
||||
git clone https://github.com/sap-samples/cloud-cap-samples -b openSAP-week3-unit6
|
||||
cd cloud-cap-samples
|
||||
```
|
||||
|
||||
|
||||
2064
package-lock.json
generated
Normal file
2064
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11,8 +11,8 @@
|
||||
"bookshop": "cds watch packages/bookshop"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sap/cds": "latest",
|
||||
"express": "*"
|
||||
"@sap/cds": "^3",
|
||||
"express": "^4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sqlite3": "*"
|
||||
|
||||
@@ -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",
|
||||
"hdb": "^0.17.1"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -20,7 +20,6 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sap/hana-client": "2.4.126",
|
||||
"@sap/hdi-deploy": "3.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user