fix(router): removes a peer dependency from router to upgrade

This commit is contained in:
vsavkin 2016-11-15 15:02:52 -08:00 committed by Victor Berchet
parent be010a292a
commit 6a212fd561
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@angular/router",
"version": "3.0.0-rc.1",
"version": "0.0.0-ROUTERPLACEHOLDER",
"description": "Angular - the routing library",
"main": "bundles/router.umd.js",
"module": "index.js",
@ -23,7 +23,6 @@
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "5.0.0-beta.12"
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
}
}