Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 authored Feb 20, 2020
1 parent 5795c06 commit 349e228
Showing 1 changed file with 4 additions and 1 deletion.
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 349e228

Please sign in to comment.