Skip to:
Content

bbPress.org

Changeset 5448


Ignore:
Timestamp:
07/28/2014 12:44:24 AM (12 years ago)
Author:
netweb
Message:

Bump NPM package versions in package.json

  • "grunt-contrib-uglify": "~0.5.0 -> "~0.5.1"
  • "grunt-exec": "~0.4.5" -> "~0.4.6"
  • "grunt-wp-i18n": "~0.4.5" -> "~0.4.6"
  • Requires npm install to update packages and dependencies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5415 r5448  
    1212    "grunt-contrib-cssmin": "~0.10.0",
    1313    "grunt-contrib-jshint": "~0.10.0",
    14     "grunt-contrib-uglify": "~0.5.0",
     14    "grunt-contrib-uglify": "~0.5.1",
    1515    "grunt-contrib-watch": "~0.6.1",
    1616    "grunt-cssjanus": "~0.2.2",
    17     "grunt-exec": "~0.4.5",
     17    "grunt-exec": "~0.4.6",
    1818    "grunt-jsvalidate": "~0.2.2",
    1919    "grunt-legacy-util": "^0.2.0",
    2020    "grunt-patch-wordpress": "~0.2.1",
    2121    "grunt-sass": "~0.14.0",
    22     "grunt-wp-i18n": "~0.4.5",
     22    "grunt-wp-i18n": "~0.4.6",
    2323    "matchdep": "~0.3.0"
    2424  },
Note: See TracChangeset for help on using the changeset viewer.