lib updates
This commit is contained in:
parent
cf0e086cc1
commit
fcc4596f13
@ -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',
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user