Skip to:
Content

bbPress.org

Changeset 5414


Ignore:
Timestamp:
06/25/2014 01:26:46 AM (12 years ago)
Author:
netweb
Message:

Update grunt-sass to v0.12.1 to 0.13.1 http://npmjs.org/package/grunt-sass
Bump NPM package versions in package.json

  • "grunt-contrib-cssmin": "~0.9.0 -> "~0.10.0"
  • "grunt-contrib-uglify": "~0.4.0 -> "~0.5.0"
  • "grunt-sass": "~0.13.1" -> "~0.14.0"
  • Requires npm install to update packages and dependencies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5386 r5414  
    1010    "grunt-contrib-clean": "~0.5.0",
    1111    "grunt-contrib-copy": "~0.5.0",
    12     "grunt-contrib-cssmin": "~0.9.0",
     12    "grunt-contrib-cssmin": "~0.10.0",
    1313    "grunt-contrib-jshint": "~0.10.0",
    14     "grunt-contrib-uglify": "~0.4.0",
     14    "grunt-contrib-uglify": "~0.5.0",
    1515    "grunt-contrib-watch": "~0.6.1",
    1616    "grunt-cssjanus": "~0.2.2",
     
    2020    "grunt-patch-wordpress": "~0.2.1",
    2121    "grunt-phpunit": "~0.3.3",
    22     "grunt-sass": "~0.13.1",
     22    "grunt-sass": "~0.14.0",
    2323    "grunt-wp-i18n": "~0.4.5",
    2424    "matchdep": "~0.3.0"
Note: See TracChangeset for help on using the changeset viewer.