lib updates

This commit is contained in:
Mark Moser 2016-09-01 20:43:55 -05:00
parent cf0e086cc1
commit fcc4596f13
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ module.exports = function(grunt) {
options: { options: {
interrupt: true, interrupt: true,
livereload: true, livereload: true,
livereloadOnError: false livereloadOnError: true
}, },
js: { js: {
files: site.source + '/**/*.js', files: site.source + '/**/*.js',

View File

@ -3,6 +3,6 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"normalize-css": "~3.0.3", "normalize-css": "~3.0.3",
"jquery": "~2.1.4" "jquery": "~3.1.0"
} }
} }

View File

@ -9,8 +9,8 @@
"grunt-contrib-csslint": "~1.0.0", "grunt-contrib-csslint": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0", "grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "1.0.0", "grunt-contrib-watch": "1.0.0",
"jshint-stylish": "~2.2.0", "jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~3.5.0" "load-grunt-tasks": "~3.5.2"
}, },
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"