Add package-lock.json, fix readme

This commit is contained in:
Christian Georgi
2020-04-02 15:54:15 +02:00
parent a412c41970
commit 8c3733c9cd
5 changed files with 2069 additions and 961 deletions

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?",