Add package-lock.json, fix readme
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:
|
Then clone the repo with this specific branch:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/sap-samples/cloud-cap-samples -b OpenSAP-week2-unit4567
|
git clone https://github.com/sap-samples/cloud-cap-samples -b openSAP-week2-unit4567
|
||||||
cd cloud-cap-samples
|
cd cloud-cap-samples
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
13721
package-lock.json
generated
13721
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,8 +12,8 @@
|
|||||||
"bookshop": "cds watch packages/bookshop"
|
"bookshop": "cds watch packages/bookshop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sap/cds": "latest",
|
"@sap/cds": "^3",
|
||||||
"express": "*"
|
"express": "^4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "*",
|
"@types/jest": "*",
|
||||||
|
|||||||
@@ -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.",
|
"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",
|
"license": "SAP SAMPLE CODE LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sap/cds": "latest",
|
"@sap/cds": "^3",
|
||||||
"express": "*",
|
"express": "^4",
|
||||||
"hdb": "^0.17.1"
|
"hdb": "^0.17.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user