From cdc392f28630fa894c461540da0c93d195073bcb Mon Sep 17 00:00:00 2001 From: Rohit Paul <113459757+RohitPaul0007@users.noreply.github.com> Date: Sun, 3 Sep 2023 18:09:52 +0530 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c882ec85..46781ff6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ /*global module:false*/ module.exports = function(grunt) { - var packagejson = grunt.file.readJSON('package.json'); + let packagejson = grunt.file.readJSON('package.json'); // Project configuration. grunt.initConfig({ // Metadata.