diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-18 16:40:04 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-18 16:40:30 +0200 |
commit | b7f597d5b140eeb5926d74463f464998fe7ce8b8 (patch) | |
tree | 690ee2af91dadb9953cc04c7a8f8f16444bf730d /client | |
parent | 5495c83a712340a4b091be7dfce4f9efa7f92e99 (diff) | |
download | PeerTube-b7f597d5b140eeb5926d74463f464998fe7ce8b8.tar.gz PeerTube-b7f597d5b140eeb5926d74463f464998fe7ce8b8.tar.zst PeerTube-b7f597d5b140eeb5926d74463f464998fe7ce8b8.zip |
Client: fix ng2 bootstrap version that breaks change with patch versions...
Diffstat (limited to 'client')
-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 b7129d1f7..4bd057d00 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -40,7 +40,7 @@ | |||
40 | "file-loader": "^0.8.5", | 40 | "file-loader": "^0.8.5", |
41 | "html-webpack-plugin": "^2.19.0", | 41 | "html-webpack-plugin": "^2.19.0", |
42 | "json-loader": "^0.5.4", | 42 | "json-loader": "^0.5.4", |
43 | "ng2-bootstrap": "^1.0.16", | 43 | "ng2-bootstrap": "1.0.16", |
44 | "ng2-file-upload": "^1.0.3", | 44 | "ng2-file-upload": "^1.0.3", |
45 | "node-sass": "^3.7.0", | 45 | "node-sass": "^3.7.0", |
46 | "normalize.css": "^4.1.1", | 46 | "normalize.css": "^4.1.1", |