From 5bc8e4ee7dbbfaefcee56a653efd9178e75f1e52 Mon Sep 17 00:00:00 2001 From: Francesco Pontillo Date: Sun, 9 Apr 2017 10:58:15 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20bootstrap-switch=20bower=20d?= =?UTF-8?q?ependency=20to=20pull=20in=20minors=20and=20patche=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- karma-chrome.conf.js | 2 +- karma.conf.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index fa09e04..356c9eb 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "angular": ">=1.4.0", "jquery": ">=1.9.0", "bootstrap": ">=2.3.2", - "bootstrap-switch": "~3.3.4" + "bootstrap-switch": "3.3.2" }, "devDependencies": { "angular-mocks": ">=1.4.0", diff --git a/karma-chrome.conf.js b/karma-chrome.conf.js index 48cbb21..f438fec 100644 --- a/karma-chrome.conf.js +++ b/karma-chrome.conf.js @@ -15,7 +15,7 @@ module.exports = function(config) { // list of files / patterns to load in the browser files: [ - 'bower_components/jquery/jquery.js', + 'bower_components/jquery/dist/jquery.js', 'bower_components/angular/angular.js', 'bower_components/angular-mocks/angular-mocks.js', 'bower_components/bootstrap-switch/dist/js/bootstrap-switch.js', diff --git a/karma.conf.js b/karma.conf.js index 04746db..d4d4789 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -15,7 +15,7 @@ module.exports = function(config) { // list of files / patterns to load in the browser files: [ - 'bower_components/jquery/jquery.js', + 'bower_components/jquery/dist/jquery.js', 'bower_components/angular/angular.js', 'bower_components/angular-mocks/angular-mocks.js', 'bower_components/bootstrap-switch/dist/js/bootstrap-switch.js',