Add package-lock.json, fix readme, remove hana-client

This commit is contained in:
Christian Georgi
2020-04-02 16:07:49 +02:00
parent 71742e1e35
commit 2f52cbd918
4 changed files with 2069 additions and 6 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",
"hdb": "^0.17.1"
},
"scripts": {
@@ -20,7 +20,6 @@
}
},
"devDependencies": {
"@sap/hana-client": "2.4.126",
"@sap/hdi-deploy": "3.7.0"
}
}