Fix module installation (router instead of router-deprecated)
This commit is contained in:
parent
00a446454d
commit
3d1c18ff1f
|
@ -25,7 +25,7 @@
|
||||||
"@angular/http": "2.0.0-rc.1",
|
"@angular/http": "2.0.0-rc.1",
|
||||||
"@angular/platform-browser": "2.0.0-rc.1",
|
"@angular/platform-browser": "2.0.0-rc.1",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
||||||
"@angular/router-deprecated": "2.0.0-rc.1",
|
"@angular/router": "2.0.0-rc.1",
|
||||||
"angular-pipes": "^2.0.0",
|
"angular-pipes": "^2.0.0",
|
||||||
"awesome-typescript-loader": "^0.17.0",
|
"awesome-typescript-loader": "^0.17.0",
|
||||||
"bootstrap-loader": "^1.0.8",
|
"bootstrap-loader": "^1.0.8",
|
||||||
|
|
Loading…
Reference in New Issue