fix(router): fix outdated homepage url in NPM package (#17899)
This commit is contained in:
parent
1b1a6ba0bb
commit
df06e8b7a4
|
@ -19,7 +19,7 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/angular/angular/issues"
|
"url": "https://github.com/angular/angular/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/angular/angular/blob/master/modules/%40angular/router/README.md",
|
"homepage": "https://github.com/angular/angular/tree/master/packages/router",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^1.7.1"
|
"tslib": "^1.7.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue