Skip to content

Commit

Permalink
Merge pull request #3 from SAP/fix-repository-url
Browse files Browse the repository at this point in the history
Fix repository url
  • Loading branch information
jjtang1985 authored Feb 20, 2020
2 parents 8b3c867 + 349e228 commit bfc5a16
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"dist/**/*.d.ts",
"dist/**/*.d.ts.map"
],
"repository": "https://github.com/SAP/cloud-sdk",
"repository": {
"type": "git",
"url": "https://github.com/SAP/cloud-sdk"
},
"scripts": {
"compile": "npx tsc",
"prepare": "npm run compile",
Expand Down
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"dist/**/*.d.ts.map",
"usage-analytics.js"
],
"repository": "https://github.com/SAP/cloud-sdk",
"repository": {
"type": "git",
"url": "https://github.com/SAP/cloud-sdk"
},
"scripts": {
"compile": "npx tsc",
"prepare": "npm run compile",
Expand Down
5 changes: 4 additions & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"dist/**/*.d.ts",
"dist/**/*.d.ts.map"
],
"repository": "https://github.com/SAP/cloud-sdk",
"repository": {
"type": "git",
"url": "https://github.com/SAP/cloud-sdk"
},
"scripts": {
"compile": "npx tsc",
"prepare": "npm run compile",
Expand Down
5 changes: 4 additions & 1 deletion packages/test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"dist/**/*.d.ts",
"dist/**/*.d.ts.map"
],
"repository": "https://github.com/SAP/cloud-sdk",
"repository": {
"type": "git",
"url": "https://github.com/SAP/cloud-sdk"
},
"scripts": {
"compile": "npx tsc",
"prepare": "npm run compile",
Expand Down
5 changes: 4 additions & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"dist/**/*.d.ts",
"dist/**/*.d.ts.map"
],
"repository": "https://github.com/SAP/cloud-sdk",
"repository": {
"type": "git",
"url": "https://github.com/SAP/cloud-sdk"
},
"scripts": {
"compile": "npx tsc",
"prepare": "npm run compile",
Expand Down

0 comments on commit bfc5a16

Please sign in to comment.