diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-30 22:41:14 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-30 22:41:14 +0100 |
commit | 28798b5d949826551740fc893d06e6424b77aa6a (patch) | |
tree | e235a7f49164a06c4b76df49ca61b89998d4ed81 /client/package.json | |
parent | 13fc89f4a4b91b3da10493517de556240fb65463 (diff) | |
download | PeerTube-28798b5d949826551740fc893d06e6424b77aa6a.tar.gz PeerTube-28798b5d949826551740fc893d06e6424b77aa6a.tar.zst PeerTube-28798b5d949826551740fc893d06e6424b77aa6a.zip |
Client: replace simple tables by ng2 smart table component
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index bd6cb03e7..c762a1fd5 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -58,6 +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.1-0", | ||
61 | "ngc-webpack": "1.1.0", | 62 | "ngc-webpack": "1.1.0", |
62 | "node-sass": "^4.1.1", | 63 | "node-sass": "^4.1.1", |
63 | "normalize.css": "^5.0.0", | 64 | "normalize.css": "^5.0.0", |