diff --git a/Gruntfile.js b/Gruntfile.js index 557d802..180ba78 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,7 +4,7 @@ 'use strict'; -module.exports = function(grunt) { +module.exports = function gruntConfig(grunt) { // include grunt enhancements require('time-grunt')(grunt); require('jit-grunt')(grunt);