From 3a99af26967640ad2305aad43ed19a2adf636568 Mon Sep 17 00:00:00 2001 From: David Herges Date: Fri, 9 Jun 2017 22:35:23 +0200 Subject: [PATCH] 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. --- tools/@angular/tsc-wrapped/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/@angular/tsc-wrapped/package.json b/tools/@angular/tsc-wrapped/package.json index ab4dbfc2cd..ed65cb9369 100644 --- a/tools/@angular/tsc-wrapped/package.json +++ b/tools/@angular/tsc-wrapped/package.json @@ -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 ",