From b7f597d5b140eeb5926d74463f464998fe7ce8b8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Jul 2016 16:40:04 +0200 Subject: [PATCH] Client: fix ng2 bootstrap version that breaks change with patch versions... --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ "file-loader": "^0.8.5", "html-webpack-plugin": "^2.19.0", "json-loader": "^0.5.4", - "ng2-bootstrap": "^1.0.16", + "ng2-bootstrap": "1.0.16", "ng2-file-upload": "^1.0.3", "node-sass": "^3.7.0", "normalize.css": "^4.1.1",