Ticket #31700: package_json.diff
File package_json.diff, 903 bytes (added by , 10 years ago) |
---|
-
package.json
11 11 "devDependencies": { 12 12 "grunt": "~0.4.5", 13 13 "grunt-autoprefixer": "~2.2.0", 14 "grunt-browserify": "^3. 3.0",14 "grunt-browserify": "^3.5.0", 15 15 "grunt-contrib-clean": "~0.6.0", 16 16 "grunt-contrib-compress": "~0.13.0", 17 17 "grunt-contrib-concat": "~0.5.1", 18 18 "grunt-contrib-copy": "~0.8.0", 19 "grunt-contrib-cssmin": "~0.1 0.0",19 "grunt-contrib-cssmin": "~0.12.2", 20 20 "grunt-contrib-imagemin": "~0.9.3", 21 21 "grunt-contrib-jshint": "~0.11.0", 22 22 "grunt-contrib-qunit": "~0.5.2", … … 26 26 "grunt-legacy-util": "^0.2.0", 27 27 "grunt-patch-wordpress": "~0.3.0", 28 28 "grunt-rtlcss": "~1.6.0", 29 "grunt-sass": "~0.18. 0",29 "grunt-sass": "~0.18.1", 30 30 "matchdep": "~0.3.0" 31 31 } 32 32 }