fix(router): fix outdated homepage url in NPM package (#17899)

This commit is contained in:
Yaroslav Admin 2017-07-11 21:00:56 +02:00 committed by Igor Minar
parent 1b1a6ba0bb
commit df06e8b7a4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"bugs": {
"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": {
"tslib": "^1.7.1"
},