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: Ie8d1c905f382adc50ee71648e57bcfcf3f306ed2
This commit is contained in:
Kunal Mehta 2015-07-09 20:35:20 -07:00
parent 722a1a73d2
commit 05ded930b2

View file

@ -15,7 +15,6 @@ module.exports = function ( grunt ) {
var conf = grunt.file.readJSON( 'extension.json' );
grunt.initConfig( {
pkg: grunt.file.readJSON( 'package.json' ),
jshint: {
options: {
jshintrc: true