diff --git a/.build/bower.json b/.build/bower.json index e9a78d46ac93ce8ebb4983e0f39277a43e4ab102..ecbd37d1a176433864df18c5b7a47957d5167861 100644 --- a/.build/bower.json +++ b/.build/bower.json @@ -25,5 +25,8 @@ "jquery-confirm": "~2.5.2", "bootstrap-formhelpers": "~2.3.0", "isotope": "~2.2.2" + }, + "resolutions": { + "bootstrap": "~3.3.5" } } diff --git a/.build/package.json b/.build/package.json index a0a4b41183e254ed37b997591865458798311451..6cd6e05d1d190a93b4f0d75d71fa66b4e56de98c 100644 --- a/.build/package.json +++ b/.build/package.json @@ -2,9 +2,10 @@ "name": "sickrage", "version": "4.0.72", "private": true, - "dependencies": { + "devDependencies": { "grunt": "^0.4.5", "grunt-bower-concat": "^0.5.0", + "grunt-cli": "^0.1.13", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-uglify": "^0.9.2"