From fa68bb278ad9d39a9514bb9cc5237239cd3c8150 Mon Sep 17 00:00:00 2001 From: Steven Benner Date: Fri, 16 Feb 2024 19:15:14 -0800 Subject: [PATCH] Add name to grunt configuration function --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);