Add package-lock.json, fix readme

This commit is contained in:
Christian Georgi
2020-04-02 16:17:45 +02:00
parent 8055848430
commit b75a47c6ef
5 changed files with 1235 additions and 7 deletions

2
.npmrc
View File

@@ -1 +1 @@
package-lock=false @sap:registry=https://npm.sap.com

View File

@@ -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-week4-unit3-final git clone https://github.com/sap-samples/cloud-cap-samples -b openSAP-week4-unit3-final
cd cloud-cap-samples cd cloud-cap-samples
``` ```

1228
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -16,8 +16,8 @@
"reviews-service": "cds watch packages/reviews-service" "reviews-service": "cds watch packages/reviews-service"
}, },
"dependencies": { "dependencies": {
"@sap/cds": "latest", "@sap/cds": "^3",
"express": "*" "express": "^4"
}, },
"--add-these-to-devDependencies-for-tests": { "--add-these-to-devDependencies-for-tests": {
"@types/jest": "*", "@types/jest": "*",

View File

@@ -4,9 +4,9 @@
"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",
"@sap/xb-msg-amqp-v100": "^0.9.35", "express": "^4",
"express": "*" "@sap/xb-msg-amqp-v100": "^0.9.35"
}, },
"devDependencies": { "devDependencies": {
"sqlite3": "^4.1.1" "sqlite3": "^4.1.1"