Skip to:
Content

bbPress.org

Changeset 5624


Ignore:
Timestamp:
03/03/2015 01:24:26 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Update NPM Grunt packages:

  • Replace "Community" with "Contributors"
  • Remove grunt-banner as it is no longer used
  • grunt-cssjanus v0.2.3
  • grunt-sass v018.0

See #2766.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5623 r5624  
    11{
    2   "author": "The bbPress Community",
     2  "author": "The bbPress Contributors",
    33  "bugs": {
    44    "url": "https://bbpress.trac.wordpress.org/"
     
    77  "devDependencies": {
    88    "grunt": "~0.4.5",
    9     "grunt-banner": "~0.2.3",
    109    "grunt-checktextdomain": "~0.1.1",
    1110    "grunt-contrib-clean": "~0.6.0",
     
    1514    "grunt-contrib-uglify": "~0.8.0",
    1615    "grunt-contrib-watch": "~0.6.1",
    17     "grunt-cssjanus": "~0.2.2",
     16    "grunt-cssjanus": "~0.2.3",
    1817    "grunt-exec": "~0.4.6",
    1918    "grunt-jsvalidate": "~0.2.2",
    2019    "grunt-legacy-util": "^0.2.0",
    2120    "grunt-patch-wordpress": "~0.3.0",
    22     "grunt-sass": "~0.17.0",
     21    "grunt-sass": "~0.18.0",
    2322    "grunt-wp-i18n": "~0.5.0",
    2423    "matchdep": "~0.3.0"
Note: See TracChangeset for help on using the changeset viewer.