Merge "Gruntfile.js: Remove unused 'pkg'"

This commit is contained in:
jenkins-bot 2015-07-13 23:18:10 +00:00 committed by Gerrit Code Review
commit 28399f7f8b

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