docs(packaging): update homepage in @angular/tsc-wrapped (#17352)

Motivation: `yarn outdated`, for exmaple, shows the homepage URL on the command line. If copy-pasting or clicking on the URL, it's nice to see the repo's page instead of a 404.
This commit is contained in:
David Herges 2017-06-09 22:35:23 +02:00 committed by Igor Minar
parent 503fd1fbaf
commit 3a99af2696
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "@angular/tsc-wrapped",
"version": "4.2.0",
"description": "Wraps the tsc CLI, allowing extensions.",
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
"homepage": "https://github.com/angular/angular/blob/master/tools/@angular/tsc-wrapped",
"bugs": "https://github.com/angular/angular/issues",
"contributors": [
"Alex Eagle <alexeagle@google.com>",