diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-03-10 10:33:36 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-03-10 10:33:36 +0100 |
commit | 758b996dc6effcab6031b32c0bd0b81f234c1a63 (patch) | |
tree | 8a40c0882bd00932bd9003077d4c0d3db456bf24 /client/package.json | |
parent | 86e83939869976e9b4dfa6dc9d3785a284bd598c (diff) | |
download | PeerTube-758b996dc6effcab6031b32c0bd0b81f234c1a63.tar.gz PeerTube-758b996dc6effcab6031b32c0bd0b81f234c1a63.tar.zst PeerTube-758b996dc6effcab6031b32c0bd0b81f234c1a63.zip |
Client: switch to @nglibs/meta
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 41189231f..f882e157f 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -29,6 +29,7 @@ | |||
29 | "@angular/router": "~3.4.1", | 29 | "@angular/router": "~3.4.1", |
30 | "@angularclass/hmr": "^1.2.0", | 30 | "@angularclass/hmr": "^1.2.0", |
31 | "@angularclass/hmr-loader": "^3.0.2", | 31 | "@angularclass/hmr-loader": "^3.0.2", |
32 | "@nglibs/meta": "^0.2.0-rc.3", | ||
32 | "@types/core-js": "^0.9.28", | 33 | "@types/core-js": "^0.9.28", |
33 | "@types/node": "^6.0.38", | 34 | "@types/node": "^6.0.38", |
34 | "@types/source-map": "^0.1.26", | 35 | "@types/source-map": "^0.1.26", |
@@ -56,7 +57,6 @@ | |||
56 | "ng-router-loader": "^1.0.2", | 57 | "ng-router-loader": "^1.0.2", |
57 | "ng2-bootstrap": "1.1.16-10", | 58 | "ng2-bootstrap": "1.1.16-10", |
58 | "ng2-file-upload": "^1.1.4-2", | 59 | "ng2-file-upload": "^1.1.4-2", |
59 | "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", | ||
60 | "ng2-smart-table": "0.5.2-1", | 60 | "ng2-smart-table": "0.5.2-1", |
61 | "ngc-webpack": "1.1.0", | 61 | "ngc-webpack": "1.1.0", |
62 | "node-sass": "^4.1.1", | 62 | "node-sass": "^4.1.1", |