From 548c77190d7c0197dc9f0330c6a507799c88c881 Mon Sep 17 00:00:00 2001 From: GradyD Date: Thu, 12 Feb 2015 21:00:10 -0500 Subject: [PATCH] Changes to be committed: modified: bower.json This commit takes the jQuery version from 2.1.1 to 1.9.1. I did not notice any issues when smoke testing the bootstrap-elements.html page or in the console. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 573a394f..0d7ec984 100644 --- a/bower.json +++ b/bower.json @@ -43,6 +43,6 @@ ], "license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md", "dependencies": { - "jquery": "~2.1.1" + "jquery": "~1.9.1" } }