Make WordPress Core

Ticket #26073: 26073.5.patch

File 26073.5.patch, 1.2 KB (added by yoavf, 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",
    14     "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",
     14    "grunt-contrib-copy": "~0.5.0",
     15    "grunt-contrib-cssmin": "~0.7.0",
     16    "grunt-contrib-qunit": "~0.4.0",
     17    "grunt-contrib-uglify": "~0.3.0",
     18    "grunt-contrib-watch": "~0.5.3",
     19    "grunt-contrib-compress": "~0.6.0",
    2020    "grunt-contrib-concat": "~0.3.0",
    21     "grunt-contrib-jshint": "~0.7.0",
    22     "grunt-cssjanus": "git://github.com/yoavf/grunt-cssjanus.git#e0158f4087d1c4bb5a8d1648a63ef133338b5879",
    23     "grunt-sass": "~0.8.0",
     21    "grunt-contrib-jshint": "~0.8.0",
     22    "grunt-cssjanus": "~0.2.2",
     23    "grunt-sass": "~0.10.0",
    2424    "grunt-jsvalidate": "~0.2.2",
    25     "matchdep": "~0.1.2"
     25    "matchdep": "~0.3.0"
    2626  }
    2727}