]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix module installation (router instead of router-deprecated)
authorChocobozzz <florian.bigard@gmail.com>
Fri, 10 Jun 2016 15:53:26 +0000 (17:53 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 10 Jun 2016 15:53:26 +0000 (17:53 +0200)
client/package.json

index cd8afcc981f0e82f5b30c14d6a2e69aa325ae417..f17878033930ac89fc653b346913680c2a0dbf77 100644 (file)
@@ -25,7 +25,7 @@
     "@angular/http": "2.0.0-rc.1",
     "@angular/platform-browser": "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",
     "awesome-typescript-loader": "^0.17.0",
     "bootstrap-loader": "^1.0.8",