This commit is contained in:
Daniel
2021-03-27 19:44:39 +01:00
committed by Uwe Klinger
parent 0bdf4bb93e
commit 87dbb4552a
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@
"scripts": {
"cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules",
"fix-antlr": "sed -i -e 's/INVALID_ALT_NUMBER = require.*/INVALID_ALT_NUMBER = 0/' node_modules/antlr4/tree/Trees.js node_modules/antlr4/RuleContext.js",
"cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules",
"registry": "node .registry/server.js",
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",

View File

@@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"@capire/common": "*",
"@sap/cds": "^4",
"@sap/cds": ">=4",
"express": "^4"
},
"scripts": {