chore(compiler-cli): correct homepage URL in package.json (#9869)
This commit is contained in:
parent
8d746e3f67
commit
a005d1595e
|
@ -36,5 +36,5 @@
|
|||
"bugs": {
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue