Make WordPress Core

Changeset 27053


Ignore:
Timestamp:
01/29/2014 04:42:02 AM (11 years ago)
Author:
wonderboymusic
Message:

Update the versions of several devDependencies in package.json. grunt-cssjanus has been updated to 0.2.2, we no longer need the fork. Run npm install to receive updates for node_modules in the project root.

Props yoavf, TobiasBg.
Fixes #26073.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r26977 r27053  
    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}
Note: See TracChangeset for help on using the changeset viewer.