Make WordPress Core

Ticket #26073: 26073.patch

File 26073.patch, 849 bytes (added by TobiasBg, 11 years ago)

Update Grunt modules

  • package.json

    diff --git a/package.json b/package.json
    index 6c49513..c3e45ba 100644
    a b  
    1212    "grunt": "~0.4.1",
    1313    "grunt-contrib-clean": "~0.5.0",
    1414    "grunt-contrib-copy": "~0.4.1",
    15     "grunt-contrib-cssmin": "~0.6.1",
    16     "grunt-contrib-qunit": "~0.2.2",
    17     "grunt-contrib-uglify": "~0.2.2",
    18     "grunt-contrib-watch": "~0.5.1",
     15    "grunt-contrib-cssmin": "~0.7.0",
     16    "grunt-contrib-qunit": "~0.3.0",
     17    "grunt-contrib-uglify": "~0.2.7",
     18    "grunt-contrib-watch": "~0.5.3",
    1919    "grunt-contrib-compress": "~0.5.2",
    2020    "grunt-contrib-concat": "~0.3.0",
    21     "grunt-contrib-jshint": "~0.7.0",
    22     "grunt-cssjanus": "~0.1.0",
     21    "grunt-contrib-jshint": "~0.7.2",
     22    "grunt-cssjanus": "~0.1.2",
    2323    "grunt-sass": "~0.8.0",
    24     "matchdep": "~0.1.2"
     24    "matchdep": "~0.3.0"
    2525  }
    2626}