Grunt: update dependencies & fix pager indentation

This commit is contained in:
Rob Garrison 2016-06-08 07:52:57 -05:00
parent 1e7e83abaa
commit 6b0d2d37fd
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1
3 changed files with 867 additions and 865 deletions

View File

@ -55,7 +55,7 @@
"requireSpacesInForStatement": true,
"requireSpacesInsideArrayBrackets": "all",
"validateIndentation": {
"includeEmptyLines": false,
"allExcept": ["emptyLines", "comments"],
"value": "\t"
},
"validateQuoteMarks": {

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jscs": "^2.8.0",
"grunt-jscs": "^3.0.0",
"grunt-string-replace": "^1.2.1"
}
}