Add package-lock.json, fix readme
This commit is contained in:
1880
packages/bookshop/package-lock.json
generated
1880
packages/bookshop/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,10 +4,10 @@
|
||||
"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": "*",
|
||||
"passport": "^0.4.1",
|
||||
"hdb": "^0.17.1"
|
||||
"@sap/cds": "^3",
|
||||
"express": "^4",
|
||||
"passport": "^0.4.1",
|
||||
"hdb": "^0.17.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "cds run --in-memory?",
|
||||
|
||||
Reference in New Issue
Block a user