From 312ddba5f0626fdedf75cfbb4b0c1323ecec5c27 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Mon, 8 Aug 2016 18:48:04 +0200 Subject: [PATCH] Limit compatibility with jQuery up to version 2 since Datetimepicker is incompatible with jQuery 3, fixes #83 --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index da4a3616..a021d549 100644 --- a/bower.json +++ b/bower.json @@ -29,6 +29,7 @@ ], "dependencies": { "bootstrap": "~3.3.6", + "jquery": "1.9.1 - 2", "eonasdan-bootstrap-datetimepicker": "~4.17.37", "select2": "~3.5.4", "select2-bootstrap-css": "~1.4.1",