From bc53eade46dd0a3e5534dc3b67e2686efa7d7086 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 27 Aug 2018 02:46:04 +0100 Subject: [PATCH] chore: Remove unused 'pkgFile' from gruntfile.js --- gruntfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index 67d0f82..c6d8bb1 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -13,8 +13,6 @@ module.exports = function (grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), - pkgFile: 'package.json', - eslint: { target: [ 'gruntfile.js',