From 015aa26bbb2d0f59b7f03c87fe8a04cde225e5b9 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 9 Jul 2015 20:33:53 -0700 Subject: [PATCH] Gruntfile.js: Remove unused 'pkg' It's unused and ends up being copied into a bunch of repositories that also don't need it. Change-Id: Icf81b3ae13e510670bde38c1c8d7ef42917b7c2a --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 573db69afb..868fa4a205 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,7 +15,6 @@ module.exports = function ( grunt ) { karmaProxy[wgScriptPath] = wgServer + wgScriptPath; grunt.initConfig( { - pkg: grunt.file.readJSON( 'package.json' ), jshint: { options: { jshintrc: true -- 2.20.1