mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-24 07:53:37 +00:00
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:
parent
722a1a73d2
commit
05ded930b2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue