From b864a88355dea1e811b7b17f44d6de0806187c83 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 14 Mar 2014 09:40:18 +0200 Subject: Add more JSCS checks. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gruntfile.js') 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). -- cgit v1.2.3