From: Kunal Mehta Date: Fri, 10 Jul 2015 03:33:53 +0000 (-0700) Subject: Gruntfile.js: Remove unused 'pkg' X-Git-Tag: 1.31.0-rc.0~10822 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=015aa26bbb2d0f59b7f03c87fe8a04cde225e5b9;p=lhc%2Fweb%2Fwiklou.git 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 --- 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