From 0d409204f5a31503dce62033da1a229c015a8c26 Mon Sep 17 00:00:00 2001 From: Mbiakop Clinton Date: Sat, 1 Oct 2022 13:53:43 +0100 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 045802ab1..3af4a4aee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,7 +26,7 @@ module.exports = function(grunt) { // Load the plugin that provides the "jshint" task. grunt.loadNpmTasks("grunt-contrib-jshint"); - // Default task(s). + // Default Task(s). grunt.registerTask("default", ["jshint"]); };