Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-03-14 11:40:18 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-14 15:23:16 +0400
commitb864a88355dea1e811b7b17f44d6de0806187c83 (patch)
treeb294e26336be1268c9ec74d9bca743a5eb5ac20e /Gruntfile.js
parenta5db1dc53f4593371c68df396889efa047e25b24 (diff)
Add more JSCS checks.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 615a8f4..1fa38eb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -251,7 +251,7 @@ module.exports = function(grunt) {
});
// Load the plugins
- require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
+ require('load-grunt-tasks')(grunt, { scope: 'devDependencies' });
require('time-grunt')(grunt);
// Default task(s).