diff options
| author | XhmikosR <[email protected]> | 2014-02-26 01:25:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-26 19:32:43 +0200 |
| commit | 63031a3ca5a44d828122226c26232c00f4463f98 (patch) | |
| tree | a058de7108413c3126580c18799243b4d7ff1e11 | |
| parent | db9fca23ff30ca464483f67391e95a898e7ada63 (diff) | |
| download | bootstrap-63031a3ca5a44d828122226c26232c00f4463f98.tar.xz bootstrap-63031a3ca5a44d828122226c26232c00f4463f98.zip | |
Bump grunt-jscs-checker.
| -rw-r--r-- | Gruntfile.js | 2 | ||||
| -rw-r--r-- | js/.jscsrc (renamed from js/.jscs.json) | 0 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index bd4f74d75..a2aff0a65 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -62,7 +62,7 @@ module.exports = function (grunt) { jscs: { options: { - config: 'js/.jscs.json', + config: 'js/.jscsrc', }, grunt: { src: ['Gruntfile.js', 'grunt/*.js'] diff --git a/js/.jscs.json b/js/.jscsrc index 313bfb690..313bfb690 100644 --- a/js/.jscs.json +++ b/js/.jscsrc diff --git a/package.json b/package.json index 7f63ee5c5..d84bd8516 100644 --- a/package.json +++ b/package.json @@ -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", |
