Make WordPress Core

Ticket #26073: 26073.2.patch

File 26073.2.patch, 1.1 KB (added by TobiasBg, 11 years ago)
  • package.json

     
    99  "author": "The WordPress Contributors",
    1010  "license": "GPLv2 or later",
    1111  "devDependencies": {
    12     "grunt": "~0.4.1",
     12    "grunt": "~0.4.2",
    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",
    19     "grunt-contrib-compress": "~0.5.2",
     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",
     19    "grunt-contrib-compress": "~0.5.3",
    2020    "grunt-contrib-concat": "~0.3.0",
    21     "grunt-contrib-jshint": "~0.7.0",
     21    "grunt-contrib-jshint": "~0.7.2",
    2222    "grunt-cssjanus": "git://github.com/yoavf/grunt-cssjanus.git#e0158f4087d1c4bb5a8d1648a63ef133338b5879",
    23     "grunt-sass": "~0.8.0",
    24     "matchdep": "~0.1.2"
     23    "grunt-sass": "~0.9.0",
     24    "matchdep": "~0.3.0"
    2525  }
    2626}