diff --git a/web-nodejs/bower.json b/web-nodejs/bower.json index ef10607..b867fbe 100644 --- a/web-nodejs/bower.json +++ b/web-nodejs/bower.json @@ -9,6 +9,7 @@ "devDependencies": { "patternfly": "3.17.0", "angular-patternfly": "3.17.0", + "bootstrap-switch": "3.3.2", "isotope": "2.2.2", "imagesloaded": "4.1.1", "angular-route": "1.5.10", @@ -16,6 +17,7 @@ }, "resolutions": { "angular": "1.5.10", - "jquery": "3.3.1" + "jquery": "3.3.1", + "bootstrap": "~3.3.7" } -} \ No newline at end of file +}