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',