Gruntfile.js: Remove unused 'pkg'
authorKunal Mehta <legoktm@gmail.com>
Fri, 10 Jul 2015 03:33:53 +0000 (20:33 -0700)
committerKrinkle <krinklemail@gmail.com>
Fri, 10 Jul 2015 11:50:43 +0000 (11:50 +0000)
It's unused and ends up being copied into a bunch of repositories that
also don't need it.

Change-Id: Icf81b3ae13e510670bde38c1c8d7ef42917b7c2a

Gruntfile.js

index 573db69..868fa4a 100644 (file)
@@ -15,7 +15,6 @@ module.exports = function ( grunt ) {
        karmaProxy[wgScriptPath] = wgServer + wgScriptPath;
 
        grunt.initConfig( {
-               pkg: grunt.file.readJSON( 'package.json' ),
                jshint: {
                        options: {
                                jshintrc: true