adds @sap/cds dependency to package.json

To avoid further questions (e.g. https://answers.sap.com/questions/13577720/i-push-my-capnodejsto-btp-environment-but-always-c.html) this PR will add missing `@sap/cds` dependency.
This commit is contained in:
Vladimirs Semikins
2022-02-07 10:38:28 +02:00
committed by GitHub
parent bc03cae550
commit 0f03ffd3eb

View File

@@ -6,6 +6,9 @@
"start": "cds serve srv/world.cds",
"start:ts": "cds-ts serve srv/world.cds"
},
"dependencies": {
"@sap/cds": "^5.0.4",
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",