aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-10 17:53:26 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-10 17:53:26 +0200
commit3d1c18ff1fd0597ee7852bdecbfcda64b28deb19 (patch)
treeb9d3792754402d17cb2636bd6a0aabab5f4cb0ec /client/package.json
parent00a446454d4721fc49517815655f6b4f8a17b554 (diff)
downloadPeerTube-3d1c18ff1fd0597ee7852bdecbfcda64b28deb19.tar.gz
PeerTube-3d1c18ff1fd0597ee7852bdecbfcda64b28deb19.tar.zst
PeerTube-3d1c18ff1fd0597ee7852bdecbfcda64b28deb19.zip
Fix module installation (router instead of router-deprecated)
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index cd8afcc98..f17878033 100644
--- a/client/package.json
+++ b/client/package.json
@@ -25,7 +25,7 @@
25 "@angular/http": "2.0.0-rc.1", 25 "@angular/http": "2.0.0-rc.1",
26 "@angular/platform-browser": "2.0.0-rc.1", 26 "@angular/platform-browser": "2.0.0-rc.1",
27 "@angular/platform-browser-dynamic": "2.0.0-rc.1", 27 "@angular/platform-browser-dynamic": "2.0.0-rc.1",
28 "@angular/router-deprecated": "2.0.0-rc.1", 28 "@angular/router": "2.0.0-rc.1",
29 "angular-pipes": "^2.0.0", 29 "angular-pipes": "^2.0.0",
30 "awesome-typescript-loader": "^0.17.0", 30 "awesome-typescript-loader": "^0.17.0",
31 "bootstrap-loader": "^1.0.8", 31 "bootstrap-loader": "^1.0.8",