Skip to content

Commit

Permalink
Add name to grunt configuration function
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Feb 17, 2024
1 parent 958c17e commit fa68bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fa68bb2

Please sign in to comment.