build: set the repository information for ts-api-guardian (#40512)

Set the repository information in the package.json for ts-api-guardian to
allow it to be published via wombat proxy.

PR Close #40512
This commit is contained in:
Joey Perrott 2021-01-21 12:32:25 -08:00 committed by Jessica Janiuk
parent ac253d01ed
commit c9033d6193
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,6 @@
"source-map-support": "^0.5.9",
"typescript": "4.1.2"
},
"repository": {},
"keywords": [
"typescript"
],
@ -45,6 +44,11 @@
"url": "https://github.com/angular/angular/issues"
},
"homepage": "https://github.com/angular/angular/tools/ts-api-guardian",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "tools/ts-api-guardian"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}