diff --git a/bower.json b/bower.json index 417edbc..0c270a5 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "tests" ], "dependencies": { - "bootstrap-sass": "^3.3.6", + "bootstrap-sass": "3.4.1", "jquery": "#2.2.4", "owl.carousel": "^2.1.5", "chosen": "^1.5.1", diff --git a/package.json b/package.json index b3ec55c..8d80aff 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ }, "dependencies": { "laravel-elixir": "^3.0.0", - "material-datetime-picker": "^1.0.1" + "material-datetime-picker": "^1.0.1", + "browser-sync": "2.26.7" } }