2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Bump grunt-jscs-checker.

This commit is contained in:
XhmikosR
2014-02-26 01:25:57 +02:00
parent db9fca23ff
commit 63031a3ca5
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ module.exports = function (grunt) {
jscs: {
options: {
config: 'js/.jscs.json',
config: 'js/.jscsrc',
},
grunt: {
src: ['Gruntfile.js', 'grunt/*.js']
View File
+1 -1
View File
@@ -44,7 +44,7 @@
"grunt-exec": "~0.4.5",
"grunt-html-validation": "~0.1.13",
"grunt-jekyll": "~0.4.1",
"grunt-jscs-checker": "~0.3.0",
"grunt-jscs-checker": "~0.4.0",
"grunt-saucelabs": "~5.0.0",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.4.0",