From 8f9af25d39db82fd2c8374c549aafe985484c163 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 21 Jun 2016 13:55:34 -0400 Subject: [PATCH] Explicitly set jquery 2.x to avoid incompatibility with bootstrap --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index cb01e07..1fd170f 100644 --- a/bower.json +++ b/bower.json @@ -7,6 +7,7 @@ "description": "The Hypothetical website template", "license": "MIT", "dependencies": { + "jquery": "~2.2.4", "bootstrap": "^3.3.6", "font-awesome": "~4.5.0", "awesome-bootstrap-checkbox": "~0.3.5",