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,7 +1,7 @@
{ {
"name": "@sap/capire-samples", "name": "@sap/capire-samples",
"description": "The umbrella project for all samples to easily setup for local development and tests.", "description": "The umbrella project for all samples to easily setup for local development and tests.",
"repository": "https://github.wdf.sap.corp/capire/samples.git", "repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"author": "daniel.hutzel@sap.com", "author": "daniel.hutzel@sap.com",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -12,5 +12,5 @@
"products-service": "cds run packages/products-service --in-memory", "products-service": "cds run packages/products-service --in-memory",
"reviews-service": "cds run packages/reviews-service --in-memory" "reviews-service": "cds run packages/reviews-service --in-memory"
}, },
"license": "ISC" "license": "SAP SAMPLE CODE LICENSE"
} }

View File

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

View File

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

View File

@@ -7,5 +7,5 @@
"devDependencies": { "devDependencies": {
"sqlite3": "^4.0.7" "sqlite3": "^4.0.7"
}, },
"license": "ISC" "license": "SAP SAMPLE CODE LICENSE"
} }

View File

@@ -6,5 +6,5 @@
"jest": "^24.8.0", "jest": "^24.8.0",
"supertest": "^4.0.2" "supertest": "^4.0.2"
}, },
"license": "ISC" "license": "SAP SAMPLE CODE LICENSE"
} }