diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-05 10:26:22 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-05 10:27:29 +0100 |
commit | 99b727ec9c34863d24e23faa6fe1e49d4b359f31 (patch) | |
tree | 4491432fc860d1d2b53c7b66f0b4d37695df4ff4 /client/package.json | |
parent | 6a8ff869d046a87a46ca6fcce627ee528ea5364a (diff) | |
download | PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.gz PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.zst PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.zip |
Client: fix angular2-notifications dep...
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 2 insertions, 2 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", |