github repo, license corrrection

This commit is contained in:
indusankar89
2019-09-17 11:54:21 +05:30
parent e657683322
commit baaa5ef7d7
5 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "bookstore",
"description": "Generated by cds init",
"repository": "<Add your repository here>",
"license": "ISC",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"version": "1.0.0",
"engines": {
"node": "^8.9"

View File

@@ -2,8 +2,8 @@
"name": "@sap/capire-products",
"version": "1.0.0",
"description": "A reuse package providing domain models and services to manage product catalogs.",
"repository": "https://github.wdf.sap.corp/caps/products-service.git",
"license": "ISC",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "^3.16.3",
"express": "^4.17.1"