diff --git a/app/bower_components/bootstrap/.bower.json b/app/bower_components/bootstrap/.bower.json index 99de6ef..4a33aa7 100644 --- a/app/bower_components/bootstrap/.bower.json +++ b/app/bower_components/bootstrap/.bower.json @@ -39,6 +39,6 @@ "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" }, "_source": "https://github.com/twbs/bootstrap.git", - "_target": "^3.3.7", + "_target": "~3.3.7", "_originalSource": "bootstrap" } \ No newline at end of file diff --git a/app/bower_components/jquery/.bower.json b/app/bower_components/jquery/.bower.json index ea6be44..7587cb2 100644 --- a/app/bower_components/jquery/.bower.json +++ b/app/bower_components/jquery/.bower.json @@ -20,6 +20,6 @@ "commit": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3" }, "_source": "https://github.com/jquery/jquery-dist.git", - "_target": "^3.1.1", + "_target": "~3.1.1", "_originalSource": "jquery" } \ No newline at end of file diff --git a/app/index.html b/app/index.html index 7703786..8c70dc6 100644 --- a/app/index.html +++ b/app/index.html @@ -44,6 +44,6 @@ - + diff --git a/bower.json b/bower.json index c73d1e1..dc638bb 100644 --- a/bower.json +++ b/bower.json @@ -11,8 +11,8 @@ "angular-sanitize": "1.2.11", "angular-route": "~1.5.9", "FortAwesome/Font-Awesome": "*", - "bootstrap": "^3.3.7", - "jquery": "^3.1.1" + "bootstrap": "~3.3.7", + "jquery": "~3.1.1" }, "devDependencies": { "angular-mocks": "1.2.11",