Skip to:
Content

bbPress.org

Changeset 5327


Ignore:
Timestamp:
03/28/2014 05:11:25 AM (10 years ago)
Author:
netweb
Message:

Bump NPM package versions in package.json

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r5326 r5327  
    199199                    mainFile: 'bbpress.php',
    200200                    potFilename: 'bbpress.pot',
     201                    processPot: function( pot ) {
     202                        pot.headers['report-msgid-bugs-to'] = 'https://bbpress.trac.wordpress.org';
     203                        pot.headers['last-translator'] = 'JOHN JAMES JACOBY <jjj@bbpress.org>';
     204                        pot.headers['language-team'] = 'ENGLISH <jjj@bbpress.org>';
     205                    return pot;
     206                    },
    201207                    type: 'wp-plugin'
    202208                }
  • trunk/package.json

    r5326 r5327  
    1717    "grunt-phpunit": "~0.3.3",
    1818    "grunt-jsvalidate": "~0.2.2",
    19     "grunt-wp-i18n": "~0.4.0",
     19    "grunt-wp-i18n": "~0.4.3",
    2020    "grunt-checktextdomain": "~0.1.1",
    2121    "grunt-patch-wordpress": "~0.2.1",
Note: See TracChangeset for help on using the changeset viewer.