chore(compiler-cli): correct homepage URL in package.json (#9869)

This commit is contained in:
Georgii Dolzhykov 2016-07-07 18:43:53 +03:00 committed by Victor Berchet
parent 8d746e3f67
commit a005d1595e
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@
"bugs": { "bugs": {
"url": "https://github.com/angular/angular/issues" "url": "https://github.com/angular/angular/issues"
}, },
"homepage": "https://github.com/angular/angular/tree/master/tools/compiler-cli" "homepage": "https://github.com/angular/angular/tree/master/modules/@angular/compiler-cli"
} }