diff --git a/Gruntfile.js b/Gruntfile.js index 9b5bfee..c9b9da6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,7 +29,7 @@ module.exports = function(grunt) { options: { interrupt: true, livereload: true, - livereloadOnError: false + livereloadOnError: true }, js: { files: site.source + '/**/*.js', diff --git a/bower.json b/bower.json index d93e13f..5c265a7 100644 --- a/bower.json +++ b/bower.json @@ -3,6 +3,6 @@ "version": "0.0.0", "dependencies": { "normalize-css": "~3.0.3", - "jquery": "~2.1.4" + "jquery": "~3.1.0" } } diff --git a/package.json b/package.json index c45d0ad..a551a5f 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "grunt-contrib-csslint": "~1.0.0", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-watch": "1.0.0", - "jshint-stylish": "~2.2.0", - "load-grunt-tasks": "~3.5.0" + "jshint-stylish": "~2.2.1", + "load-grunt-tasks": "~3.5.2" }, "engines": { "node": ">=0.8.0"