aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-05 10:26:22 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-05 10:27:29 +0100
commit99b727ec9c34863d24e23faa6fe1e49d4b359f31 (patch)
tree4491432fc860d1d2b53c7b66f0b4d37695df4ff4
parent6a8ff869d046a87a46ca6fcce627ee528ea5364a (diff)
downloadPeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.gz
PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.zst
PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.zip
Client: fix angular2-notifications dep...
-rw-r--r--client/package.json4
-rw-r--r--client/src/app/core/core.module.ts2
2 files changed, 3 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json
index 9566961d4..ad901fc67 100644
--- a/client/package.json
+++ b/client/package.json
@@ -36,7 +36,7 @@
36 "@types/videojs": "0.0.30", 36 "@types/videojs": "0.0.30",
37 "@types/webpack": "^2.0.0", 37 "@types/webpack": "^2.0.0",
38 "angular-pipes": "^5.0.0", 38 "angular-pipes": "^5.0.0",
39 "angular2-notifications": "^0.4.49", 39 "angular2-notifications": "^0.4.53",
40 "angular2-template-loader": "^0.6.0", 40 "angular2-template-loader": "^0.6.0",
41 "assets-webpack-plugin": "^3.4.0", 41 "assets-webpack-plugin": "^3.4.0",
42 "awesome-typescript-loader": "3.0.0-beta.18", 42 "awesome-typescript-loader": "3.0.0-beta.18",
@@ -58,7 +58,7 @@
58 "ng2-bootstrap": "1.1.16-10", 58 "ng2-bootstrap": "1.1.16-10",
59 "ng2-file-upload": "^1.1.4-2", 59 "ng2-file-upload": "^1.1.4-2",
60 "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", 60 "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build",
61 "ng2-smart-table": "^0.5.2-1", 61 "ng2-smart-table": "0.5.2-1",
62 "ngc-webpack": "1.1.0", 62 "ngc-webpack": "1.1.0",
63 "node-sass": "^4.1.1", 63 "node-sass": "^4.1.1",
64 "normalize.css": "^5.0.0", 64 "normalize.css": "^5.0.0",
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts
index f02304647..ae2930552 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -18,7 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard';
18 RouterModule, 18 RouterModule,
19 19
20 ModalModule, 20 ModalModule,
21 SimpleNotificationsModule 21 SimpleNotificationsModule.forRoot()
22 ], 22 ],
23 23
24 declarations: [ 24 declarations: [