diff --git a/bower.json b/bower.json index 1fd170f..92d7f33 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "Hypothetical Template", + "name": "hypothetical-template", "version": "1.0.0", "authors": [ "Kevin MacMartin " @@ -8,12 +8,12 @@ "license": "MIT", "dependencies": { "jquery": "~2.2.4", - "bootstrap": "^3.3.6", - "font-awesome": "~4.5.0", - "awesome-bootstrap-checkbox": "~0.3.5", + "bootstrap": "^3.3.7", + "fontawesome": "~4.6.3", + "awesome-bootstrap-checkbox": "~0.3.7", "Sortable": "~1.4.2", - "simplemde": "~1.9.0", - "datetimepicker": "~2.5.1", + "simplemde": "~1.11.2", + "datetimepicker": "~2.5.4", "SpinKit": "~1.2.5", "jQuery.stickyFooter": "https://github.com/miWebb/jQuery.stickyFooter.git#~1.2.3" } diff --git a/gulpfile.js b/gulpfile.js index 4c65283..b92f5ba 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,8 +33,8 @@ const jsPublic = [ // javascript libraries for the public site const jsPublicLibs = [ - "bower_components/jquery/dist/jquery.min.js", - "bower_components/bootstrap/dist/js/bootstrap.min.js", + "bower_components/jquery/dist/jquery.js", + "bower_components/bootstrap/dist/js/bootstrap.js", "bower_components/jQuery.stickyFooter/assets/js/jquery.stickyfooter.js" ]; @@ -45,10 +45,10 @@ const jsDashboard = [ // javascript libraries for the dashboard const jsDashboardLibs = [ - "bower_components/jquery/dist/jquery.min.js", - "bower_components/bootstrap/dist/js/bootstrap.min.js", + "bower_components/jquery/dist/jquery.js", + "bower_components/bootstrap/dist/js/bootstrap.js", "bower_components/Sortable/Sortable.js", - "bower_components/datetimepicker/build/jquery.datetimepicker.full.min.js", + "bower_components/datetimepicker/build/jquery.datetimepicker.full.js", "bower_components/simplemde/dist/simplemde.min.js" ];