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.noreply.github.com>2014-03-26 18:39:40 +0400
committerXhmikosR <XhmikosR@users.noreply.github.com>2014-03-26 18:39:40 +0400
commit515bd890b59d50620282ec498ca442cc17aea55e (patch)
tree23dbb959e2fc8b449b8cb489724e4af5f99b3436 /Gruntfile.js
parent95356f43a5c7dd723f7a0cbcb4ea2c11ef841340 (diff)
parentb864a88355dea1e811b7b17f44d6de0806187c83 (diff)
Merge pull request #492 from twbs/jscs
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 649e050..477dbbb 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).