build: Remove unused 'pkg' from Gruntfile.js

Change-Id: I43bbefe24fe753401295fa5c142f57c75cc14f30
This commit is contained in:
Kunal Mehta 2015-04-20 16:30:37 -07:00 committed by Jforrester
parent 95928fe6e9
commit cab1cdca0e

View file

@ -18,7 +18,6 @@ module.exports = function ( grunt ) {
grunt.loadTasks( 'build/tasks' );
grunt.initConfig( {
pkg: grunt.file.readJSON( 'package.json' ),
jsduckcatconfig: {
main: {
target: '.jsduck/categories.json',